#420561

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

Shades of Indigo #420561

Tints of Indigo #420561

Color information

#420561 (or 0x420561) is unknown color: approx Indigo. HEX triplet: 42, 05 and 61. RGB value is (66,5,97). Sum of RGB (Red+Green+Blue) = 66+5+97=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 97 (38.28% from 255 or 57.74% from 168); Max value from RGB is 97 - color contains mainly: blue. Hex color #420561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420561 is #BDFA9E. Grayscale: #212121. Windows color (decimal): -12450463 or 6358338. OLE color: 6358338.

HSL color Cylindrical-coordinate representation of color #420561: hue angle of 279.78º 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 #420561 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB66597-
CMYK0.320.9500.62
HSL279.78º90.2%20%-
HSV(B)279.78º94.85%38.04%-
XYZ4.462.1311.49-
YUV33.73163.71151.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 97 (38.28% from 255) = 57.74%
R=39.29%
G=2.98%
B=57.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal665970.320.9500.62279.7890.220
Hex42561205F03E1185a14
Octal10251414013707643013224
Binary1000010101110000110000010111110111110100011000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420561; }

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

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

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

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

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

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

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

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