#500561

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

Shades of Indigo #500561

Tints of Indigo #500561

Color information

#500561 (or 0x500561) is unknown color: approx Indigo. HEX triplet: 50, 05 and 61. RGB value is (80,5,97). Sum of RGB (Red+Green+Blue) = 80+5+97=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #500561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500561 is #AFFA9E. Grayscale: #252525. Windows color (decimal): -11532959 or 6358352. OLE color: 6358352.

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

Color convert

RGB80597-
CMYK0.180.9500.62
HSL288.91º90.2%20%-
HSV(B)288.91º94.85%38.04%-
XYZ5.522.6811.54-
YUV37.91161.35158.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 43.96%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=43.96%
G=2.75%
B=53.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal805970.180.9500.62288.9190.220
Hex50561125F03E1215a14
Octal12051412213707644113224
Binary101000010111000011001010111110111110100100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500561; }

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

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

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

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

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

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

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

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