#420973

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

Shades of Indigo #420973

Tints of Indigo #420973

Color information

#420973 (or 0x420973) is unknown color: approx Indigo. HEX triplet: 42, 09 and 73. RGB value is (66,9,115). Sum of RGB (Red+Green+Blue) = 66+9+115=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 115 (45.31% from 255 or 60.53% from 190); Max value from RGB is 115 - color contains mainly: blue. Hex color #420973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420973 is #BDF68C. Grayscale: #252525. Windows color (decimal): -12449421 or 7539010. OLE color: 7539010.

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

Color convert

RGB669115-
CMYK0.430.9200.55
HSL272.26º85.48%24.31%-
HSV(B)272.26º92.17%45.1%-
XYZ5.442.5916.43-
YUV38.13171.38147.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 115 (45.31% from 255) = 60.53%
R=34.74%
G=4.74%
B=60.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6691150.430.9200.55272.2685.4824.31
Hex429732B5C0371105518
Octal102111635313406742012530
Binary10000101001111001110101110111000110111100010000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420973; }

 p { color: rgb(66,9,115); }

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

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

 a { background-color: rgb(66,9,115); }

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

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

 span { border-color: rgb(66,9,115); }

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