#420091

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

Shades of Indigo #420091

Tints of Indigo #420091

Color information

#420091 (or 0x420091) is unknown color: approx Indigo. HEX triplet: 42, 00 and 91. RGB value is (66,0,145). Sum of RGB (Red+Green+Blue) = 66+0+145=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #420091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420091 is #BDFF6E. Grayscale: #232323. Windows color (decimal): -12451695 or 9502786. OLE color: 9502786.

HSL color Cylindrical-coordinate representation of color #420091: hue angle of 267.31º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420091 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB660145-
CMYK0.54100.43
HSL267.31º100%28.43%-
HSV(B)267.31º100%56.86%-
XYZ7.363.227.02-
YUV36.26189.37149.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 145 (57.03% from 255) = 68.72%
R=31.28%
G=0%
B=68.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6601450.54100.43267.3110028.43
Hex42091366402B10b641c
Octal10202216614405341314434
Binary100001001001000111011011001000101011100001011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420091; }

 p { color: rgb(66,0,145); }

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

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

 a { background-color: rgb(66,0,145); }

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

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

 span { border-color: rgb(66,0,145); }

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