#420595

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

Shades of Indigo #420595

Tints of Indigo #420595

Color information

#420595 (or 0x420595) is unknown color: approx Indigo. HEX triplet: 42, 05 and 95. RGB value is (66,5,149). Sum of RGB (Red+Green+Blue) = 66+5+149=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #420595 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420595 is #BDFA6A. Grayscale: #272727. Windows color (decimal): -12450411 or 9766210. OLE color: 9766210.

HSL color Cylindrical-coordinate representation of color #420595: hue angle of 265.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420595 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB665149-
CMYK0.560.9700.42
HSL265.42º93.51%30.2%-
HSV(B)265.42º96.64%58.43%-
XYZ7.733.4428.69-
YUV39.66189.71146.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 149 (58.59% from 255) = 67.73%
R=30%
G=2.27%
B=67.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6651490.560.9700.42265.4293.5130.2
Hex42595386102A1095e1e
Octal10252257014105241113636
Binary10000101011001010111100011000010101010100001001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420595; }

 p { color: rgb(66,5,149); }

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

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

 a { background-color: rgb(66,5,149); }

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

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

 span { border-color: rgb(66,5,149); }

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