#420861

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

Shades of Indigo #420861

Tints of Indigo #420861

Color information

#420861 (or 0x420861) is unknown color: approx Indigo. HEX triplet: 42, 08 and 61. RGB value is (66,8,97). Sum of RGB (Red+Green+Blue) = 66+8+97=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #420861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420861 is #BDF79E. Grayscale: #232323. Windows color (decimal): -12449695 or 6359106. OLE color: 6359106.

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

Color convert

RGB66897-
CMYK0.320.9200.62
HSL279.1º84.76%20.59%-
HSV(B)279.1º91.75%38.04%-
XYZ4.492.1911.5-
YUV35.49162.72149.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 97 (38.28% from 255) = 56.73%
R=38.60%
G=4.68%
B=56.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal668970.320.9200.62279.184.7620.59
Hex42861205C03E1175515
Octal102101414013407642712525
Binary10000101000110000110000010111000111110100010111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420861; }

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

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

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

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

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

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

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

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