#420F96

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

Shades of Indigo #420F96

Tints of Indigo #420F96

Color information

#420F96 (or 0x420F96) is unknown color: approx Indigo. HEX triplet: 42, 0F and 96. RGB value is (66,15,150). Sum of RGB (Red+Green+Blue) = 66+15+150=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 150 (58.98% from 255 or 64.94% from 231); Max value from RGB is 150 - color contains mainly: blue. Hex color #420F96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420F96 is #BDF069. Grayscale: #2D2D2D. Windows color (decimal): -12447850 or 9834306. OLE color: 9834306.

HSL color Cylindrical-coordinate representation of color #420F96: hue angle of 262.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #420F96 is Cyan = 0.56, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6615150-
CMYK0.560.900.41
HSL262.67º81.82%32.35%-
HSV(B)262.67º90%58.82%-
XYZ7.923.729.15-
YUV45.64186.9142.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 150 (58.98% from 255) = 64.94%
R=28.57%
G=6.49%
B=64.94%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal66151500.560.900.41262.6781.8232.35
Hex42F96385A0291075220
Octal102172267013205140712240
Binary1000010111110010110111000101101001010011000001111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,15,150); }

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

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

 a { background-color: rgb(66,15,150); }

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

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

 span { border-color: rgb(66,15,150); }

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