#420460

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

Shades of Indigo #420460

Tints of Indigo #420460

Color information

#420460 (or 0x420460) is unknown color: approx Indigo. HEX triplet: 42, 04 and 60. RGB value is (66,4,96). Sum of RGB (Red+Green+Blue) = 66+4+96=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 4 (1.95% from 255 or 2.41% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #420460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420460 is #BDFB9F. Grayscale: #202020. Windows color (decimal): -12450720 or 6292546. OLE color: 6292546.

HSL color Cylindrical-coordinate representation of color #420460: hue angle of 280.43º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420460 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB66496-
CMYK0.310.9600.62
HSL280.43º92%19.61%-
HSV(B)280.43º95.83%37.65%-
XYZ4.42.0911.24-
YUV33.03163.54151.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.76%
GREEN value IS 4 (1.95% from 255) = 2.41%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=39.76%
G=2.41%
B=57.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal664960.310.9600.62280.439219.61
Hex424601F6003E1185c14
Octal10241403714007643013424
Binary100001010011000001111111000000111110100011000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420460; }

 p { color: rgb(66,4,96); }

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

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

 a { background-color: rgb(66,4,96); }

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

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

 span { border-color: rgb(66,4,96); }

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