#420181

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

Shades of Indigo #420181

Tints of Indigo #420181

Color information

#420181 (or 0x420181) is unknown color: approx Indigo. HEX triplet: 42, 01 and 81. RGB value is (66,1,129). Sum of RGB (Red+Green+Blue) = 66+1+129=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 129 (50.78% from 255 or 65.82% from 196); Max value from RGB is 129 - color contains mainly: blue. Hex color #420181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420181 is #BDFE7E. Grayscale: #222222. Windows color (decimal): -12451455 or 8454466. OLE color: 8454466.

HSL color Cylindrical-coordinate representation of color #420181: hue angle of 270.47º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420181 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB661129-
CMYK0.490.9900.49
HSL270.47º98.46%25.49%-
HSV(B)270.47º99.22%50.59%-
XYZ6.222.7620.97-
YUV35.03181.03150.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 129 (50.78% from 255) = 65.82%
R=33.67%
G=0.51%
B=65.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6611290.490.9900.49270.4798.4625.49
Hex42181316303110e6219
Octal10212016114306141614231
Binary100001011000000111000111000110110001100001110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420181; }

 p { color: rgb(66,1,129); }

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

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

 a { background-color: rgb(66,1,129); }

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

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

 span { border-color: rgb(66,1,129); }

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