#420662

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

Shades of Indigo #420662

Tints of Indigo #420662

Color information

#420662 (or 0x420662) is unknown color: approx Indigo. HEX triplet: 42, 06 and 62. RGB value is (66,6,98). Sum of RGB (Red+Green+Blue) = 66+6+98=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 6 (2.73% from 255 or 3.53% from 170); Blue value is 98 (38.67% from 255 or 57.65% from 170); Max value from RGB is 98 - color contains mainly: blue. Hex color #420662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420662 is #BDF99D. Grayscale: #222222. Windows color (decimal): -12450206 or 6424130. OLE color: 6424130.

HSL color Cylindrical-coordinate representation of color #420662: hue angle of 279.13º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #420662 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB66698-
CMYK0.330.9400.62
HSL279.13º88.46%20.39%-
HSV(B)279.13º93.88%38.43%-
XYZ4.522.1711.74-
YUV34.43163.88150.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 6 (2.73% from 255) = 3.53%
BLUE value IS 98 (38.67% from 255) = 57.65%
R=38.82%
G=3.53%
B=57.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal666980.330.9400.62279.1388.4620.39
Hex42662215E03E1175814
Octal10261424113607642713024
Binary1000010110110001010000110111100111110100010111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420662; }

 p { color: rgb(66,6,98); }

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

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

 a { background-color: rgb(66,6,98); }

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

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

 span { border-color: rgb(66,6,98); }

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