#500572

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

Shades of Indigo #500572

Tints of Indigo #500572

Color information

#500572 (or 0x500572) is unknown color: approx Indigo. HEX triplet: 50, 05 and 72. RGB value is (80,5,114). Sum of RGB (Red+Green+Blue) = 80+5+114=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #500572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500572 is #AFFA8D. Grayscale: #272727. Windows color (decimal): -11532942 or 7472464. OLE color: 7472464.

HSL color Cylindrical-coordinate representation of color #500572: hue angle of 281.28º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500572 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB805114-
CMYK0.300.9600.55
HSL281.28º91.6%23.33%-
HSV(B)281.28º95.61%44.71%-
XYZ6.43.0316.17-
YUV39.85169.85156.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.20%
GREEN value IS 5 (2.34% from 255) = 2.51%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=40.20%
G=2.51%
B=57.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8051140.300.9600.55281.2891.623.33
Hex505721E600371195c17
Octal12051623614006743113427
Binary101000010111100101111011000000110111100011001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500572; }

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

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

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

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

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

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

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

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