#420995

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

Shades of Indigo #420995

Tints of Indigo #420995

Color information

#420995 (or 0x420995) is unknown color: approx Indigo. HEX triplet: 42, 09 and 95. RGB value is (66,9,149). Sum of RGB (Red+Green+Blue) = 66+9+149=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 9 (3.91% from 255 or 4.02% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #420995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420995 is #BDF66A. Grayscale: #292929. Windows color (decimal): -12449387 or 9767234. OLE color: 9767234.

HSL color Cylindrical-coordinate representation of color #420995: hue angle of 264.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420995 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB669149-
CMYK0.560.9400.42
HSL264.43º88.61%30.98%-
HSV(B)264.43º93.96%58.43%-
XYZ7.773.5228.7-
YUV42188.38145.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 9 (3.91% from 255) = 4.02%
BLUE value IS 149 (58.59% from 255) = 66.52%
R=29.46%
G=4.02%
B=66.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6691490.560.9400.42264.4388.6130.98
Hex42995385E02A108591f
Octal102112257013605241013137
Binary100001010011001010111100010111100101010100001000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420995; }

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

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

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

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

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

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

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

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