#420B78

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

Shades of Indigo #420B78

Tints of Indigo #420B78

Color information

#420B78 (or 0x420B78) is unknown color: approx Indigo. HEX triplet: 42, 0B and 78. RGB value is (66,11,120). Sum of RGB (Red+Green+Blue) = 66+11+120=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #420B78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420B78 is #BDF487. Grayscale: #272727. Windows color (decimal): -12448904 or 7867202. OLE color: 7867202.

HSL color Cylindrical-coordinate representation of color #420B78: hue angle of 270.28º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420B78 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6611120-
CMYK0.450.9100.53
HSL270.28º83.21%25.69%-
HSV(B)270.28º90.83%47.06%-
XYZ5.762.7518-
YUV39.87173.22146.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 11 (4.69% from 255) = 5.58%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=33.50%
G=5.58%
B=60.91%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66111200.450.9100.53270.2883.2125.69
Hex42B782D5B03510e531a
Octal102131705513306541612332
Binary10000101011111100010110110110110110101100001110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,11,120); }

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

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

 a { background-color: rgb(66,11,120); }

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

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

 span { border-color: rgb(66,11,120); }

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