#420585

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

Shades of Indigo #420585

Tints of Indigo #420585

Color information

#420585 (or 0x420585) is unknown color: approx Indigo. HEX triplet: 42, 05 and 85. RGB value is (66,5,133). Sum of RGB (Red+Green+Blue) = 66+5+133=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #420585 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420585 is #BDFA7A. Grayscale: #252525. Windows color (decimal): -12450427 or 8717634. OLE color: 8717634.

HSL color Cylindrical-coordinate representation of color #420585: hue angle of 268.59º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420585 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB665133-
CMYK0.500.9600.48
HSL268.59º92.75%27.06%-
HSV(B)268.59º96.24%52.16%-
XYZ6.532.9622.42-
YUV37.83181.71148.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.35%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=32.35%
G=2.45%
B=65.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6651330.500.9600.48268.5992.7527.06
Hex42585326003010d5d1b
Octal10252056214006041513533
Binary10000101011000010111001011000000110000100001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420585; }

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

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

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

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

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

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

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

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