#420494

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

Shades of Indigo #420494

Tints of Indigo #420494

Color information

#420494 (or 0x420494) is unknown color: approx Indigo. HEX triplet: 42, 04 and 94. RGB value is (66,4,148). Sum of RGB (Red+Green+Blue) = 66+4+148=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #420494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420494 is #BDFB6B. Grayscale: #262626. Windows color (decimal): -12450668 or 9700418. OLE color: 9700418.

HSL color Cylindrical-coordinate representation of color #420494: hue angle of 265.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420494 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB664148-
CMYK0.550.9700.42
HSL265.83º94.74%29.8%-
HSV(B)265.83º97.3%58.04%-
XYZ7.643.3828.27-
YUV38.95189.54147.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 148 (58.20% from 255) = 67.89%
R=30.28%
G=1.83%
B=67.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6641480.550.9700.42265.8394.7429.8
Hex42494376102A10a5f1e
Octal10242246714105241213736
Binary10000101001001010011011111000010101010100001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420494; }

 p { color: rgb(66,4,148); }

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

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

 a { background-color: rgb(66,4,148); }

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

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

 span { border-color: rgb(66,4,148); }

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