#500564

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

Shades of Indigo #500564

Tints of Indigo #500564

Color information

#500564 (or 0x500564) is unknown color: approx Indigo. HEX triplet: 50, 05 and 64. RGB value is (80,5,100). Sum of RGB (Red+Green+Blue) = 80+5+100=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 100 (39.45% from 255 or 54.05% from 185); Max value from RGB is 100 - color contains mainly: blue. Hex color #500564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500564 is #AFFA9B. Grayscale: #252525. Windows color (decimal): -11532956 or 6554960. OLE color: 6554960.

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

Color convert

RGB805100-
CMYK0.20.9500.61
HSL287.37º90.48%20.59%-
HSV(B)287.37º95%39.22%-
XYZ5.662.7312.29-
YUV38.25162.85157.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.24%
GREEN value IS 5 (2.34% from 255) = 2.70%
BLUE value IS 100 (39.45% from 255) = 54.05%
R=43.24%
G=2.70%
B=54.05%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8051000.20.9500.61287.3790.4820.59
Hex50564145F03D11f5a15
Octal12051442413707543713225
Binary101000010111001001010010111110111101100011111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500564; }

 p { color: rgb(80,5,100); }

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

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

 a { background-color: rgb(80,5,100); }

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

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

 span { border-color: rgb(80,5,100); }

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