#430AA4

Color #430AA4 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #430AA4

Tints of Indigo #430AA4

Color information

#430AA4 (or 0x430AA4) is unknown color: approx Indigo. HEX triplet: 43, 0A and A4. RGB value is (67,10,164). Sum of RGB (Red+Green+Blue) = 67+10+164=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 164 (64.45% from 255 or 68.05% from 241); Max value from RGB is 164 - color contains mainly: blue. Hex color #430AA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #430AA4 is #BCF55B. Grayscale: #2C2C2C. Windows color (decimal): -12383580 or 10750531. OLE color: 10750531.

HSL color Cylindrical-coordinate representation of color #430AA4: hue angle of 262.21º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #430AA4 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6710164-
CMYK0.590.9400.36
HSL262.21º88.51%34.12%-
HSV(B)262.21º93.9%64.31%-
XYZ9.124.0935.43-
YUV44.6195.38143.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 27.80%
GREEN value IS 10 (4.30% from 255) = 4.15%
BLUE value IS 164 (64.45% from 255) = 68.05%
R=27.80%
G=4.15%
B=68.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal67101640.590.9400.36262.2188.5134.12
Hex43AA43B5E0241065922
Octal103122447313604440613142
Binary1000011101010100100111011101111001001001000001101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430AA4; }

 p { color: rgb(67,10,164); }

 H1.HeaderClassName
 {
   color: #430AA4;
 }
 .AnyTagClassName
 {
   color: #430AA4;
 }
</style>
background-color css

<style>
 a { background-color: #430AA4; }

 a { background-color: rgb(67,10,164); }

 div.DivClassName
 {
   background-color: #430AA4;
 }
 .BgClassName
 {
   background-color: #430AA4;
 }
</style>
border-color css

<style>
 span { border-color: #430AA4; }

 span { border-color: rgb(67,10,164); }

 td.TdClassName
 {
   border-color: #430AA4;
 }
 .TagClassName
 {
   border-color: #430AA4;
 }
</style>