#420864

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

Shades of Indigo #420864

Tints of Indigo #420864

Color information

#420864 (or 0x420864) is unknown color: approx Indigo. HEX triplet: 42, 08 and 64. RGB value is (66,8,100). Sum of RGB (Red+Green+Blue) = 66+8+100=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #420864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420864 is #BDF79B. Grayscale: #232323. Windows color (decimal): -12449692 or 6555714. OLE color: 6555714.

HSL color Cylindrical-coordinate representation of color #420864: hue angle of 277.83º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420864 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB668100-
CMYK0.340.9200.61
HSL277.83º85.19%21.18%-
HSV(B)277.83º92%39.22%-
XYZ4.632.2512.25-
YUV35.83164.22149.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 100 (39.45% from 255) = 57.47%
R=37.93%
G=4.60%
B=57.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6681000.340.9200.61277.8385.1921.18
Hex42864225C03D1165515
Octal102101444213407542612525
Binary10000101000110010010001010111000111101100010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420864; }

 p { color: rgb(66,8,100); }

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

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

 a { background-color: rgb(66,8,100); }

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

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

 span { border-color: rgb(66,8,100); }

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