#420565

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

Shades of Indigo #420565

Tints of Indigo #420565

Color information

#420565 (or 0x420565) is unknown color: approx Indigo. HEX triplet: 42, 05 and 65. RGB value is (66,5,101). Sum of RGB (Red+Green+Blue) = 66+5+101=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 101 (39.84% from 255 or 58.72% from 172); Max value from RGB is 101 - color contains mainly: blue. Hex color #420565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420565 is #BDFA9A. Grayscale: #212121. Windows color (decimal): -12450459 or 6620482. OLE color: 6620482.

HSL color Cylindrical-coordinate representation of color #420565: hue angle of 278.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420565 is Cyan = 0.35, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB665101-
CMYK0.350.9500.60
HSL278.12º90.57%20.78%-
HSV(B)278.12º95.05%39.61%-
XYZ4.652.2112.49-
YUV34.18165.71150.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 101 (39.84% from 255) = 58.72%
R=38.37%
G=2.91%
B=58.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6651010.350.9500.60278.1290.5720.78
Hex42565235F03C1165b15
Octal10251454313707442613325
Binary1000010101110010110001110111110111100100010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420565; }

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

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

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

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

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

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

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

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