#420C93

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

Shades of Indigo #420C93

Tints of Indigo #420C93

Color information

#420C93 (or 0x420C93) is unknown color: approx Indigo. HEX triplet: 42, 0C and 93. RGB value is (66,12,147). Sum of RGB (Red+Green+Blue) = 66+12+147=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #420C93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420C93 is #BDF36C. Grayscale: #2B2B2B. Windows color (decimal): -12448621 or 9636930. OLE color: 9636930.

HSL color Cylindrical-coordinate representation of color #420C93: hue angle of 264º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420C93 is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6612147-
CMYK0.550.9200.42
HSL264º84.91%31.18%-
HSV(B)264º91.84%57.65%-
XYZ7.643.5327.88-
YUV43.54186.39144.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 12 (5.08% from 255) = 5.33%
BLUE value IS 147 (57.81% from 255) = 65.33%
R=29.33%
G=5.33%
B=65.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66121470.550.9200.4226484.9131.18
Hex42C93375C02A108551f
Octal102142236713405241012537
Binary100001011001001001111011110111000101010100001000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420C93; }

 p { color: rgb(66,12,147); }

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

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

 a { background-color: rgb(66,12,147); }

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

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

 span { border-color: rgb(66,12,147); }

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