#42005F

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

Shades of Indigo #42005F

Tints of Indigo #42005F

Color information

#42005F (or 0x42005F) is unknown color: approx Indigo. HEX triplet: 42, 00 and 5F. RGB value is (66,0,95). Sum of RGB (Red+Green+Blue) = 66+0+95=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #42005F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42005F is #BDFFA0. Grayscale: #1E1E1E. Windows color (decimal): -12451745 or 6225986. OLE color: 6225986.

HSL color Cylindrical-coordinate representation of color #42005F: hue angle of 281.68º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42005F is Cyan = 0.31, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB66095-
CMYK0.31100.63
HSL281.68º100%18.63%-
HSV(B)281.68º100%37.25%-
XYZ4.311.9810.98-
YUV30.56164.37153.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.99%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 59.01%
R=40.99%
G=0%
B=59.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal660950.31100.63281.6810018.63
Hex4205F1F6403F11a6413
Octal10201373714407743214423
Binary1000010010111111111111001000111111100011010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42005F; }

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

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

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

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

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

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

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

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