#420560

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

Shades of Indigo #420560

Tints of Indigo #420560

Color information

#420560 (or 0x420560) is unknown color: approx Indigo. HEX triplet: 42, 05 and 60. RGB value is (66,5,96). Sum of RGB (Red+Green+Blue) = 66+5+96=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #420560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420560 is #BDFA9F. Grayscale: #212121. Windows color (decimal): -12450464 or 6292802. OLE color: 6292802.

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

Color convert

RGB66596-
CMYK0.310.9500.62
HSL280.22º90.1%19.8%-
HSV(B)280.22º94.79%37.65%-
XYZ4.412.1111.24-
YUV33.61163.21151.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 5 (2.34% from 255) = 2.99%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=39.52%
G=2.99%
B=57.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal665960.310.9500.62280.2290.119.8
Hex425601F5F03E1185a14
Octal10251403713707643013224
Binary100001010111000001111110111110111110100011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420560; }

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

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

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

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

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

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

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

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