#430872

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

Shades of Indigo #430872

Tints of Indigo #430872

Color information

#430872 (or 0x430872) is unknown color: approx Indigo. HEX triplet: 43, 08 and 72. RGB value is (67,8,114). Sum of RGB (Red+Green+Blue) = 67+8+114=189 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.45% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 114 (44.92% from 255 or 60.32% from 189); Max value from RGB is 114 - color contains mainly: blue. Hex color #430872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430872 is #BCF78D. Grayscale: #252525. Windows color (decimal): -12384142 or 7473219. OLE color: 7473219.

HSL color Cylindrical-coordinate representation of color #430872: hue angle of 273.4º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430872 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB678114-
CMYK0.410.9300.55
HSL273.4º86.89%23.92%-
HSV(B)273.4º92.98%44.71%-
XYZ5.442.5816.13-
YUV37.72171.05148.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.45%
GREEN value IS 8 (3.52% from 255) = 4.23%
BLUE value IS 114 (44.92% from 255) = 60.32%
R=35.45%
G=4.23%
B=60.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6781140.410.9300.55273.486.8923.92
Hex43872295D0371115718
Octal103101625113506742112730
Binary10000111000111001010100110111010110111100010001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430872; }

 p { color: rgb(67,8,114); }

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

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

 a { background-color: rgb(67,8,114); }

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

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

 span { border-color: rgb(67,8,114); }

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