#420499

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

Shades of Indigo #420499

Tints of Indigo #420499

Color information

#420499 (or 0x420499) is unknown color: approx Indigo. HEX triplet: 42, 04 and 99. RGB value is (66,4,153). Sum of RGB (Red+Green+Blue) = 66+4+153=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #420499 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420499 is #BDFB66. Grayscale: #262626. Windows color (decimal): -12450663 or 10028098. OLE color: 10028098.

HSL color Cylindrical-coordinate representation of color #420499: hue angle of 264.97º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420499 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB664153-
CMYK0.570.9700.4
HSL264.97º94.9%30.78%-
HSV(B)264.97º97.39%60%-
XYZ8.043.5430.4-
YUV39.52192.04146.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 153 (60.16% from 255) = 68.61%
R=29.60%
G=1.79%
B=68.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal6641530.570.9700.4264.9794.930.78
Hex4249939610281095f1f
Octal10242317114105041113737
Binary10000101001001100111100111000010101000100001001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420499; }

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

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

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

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

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

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

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

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