#500D93

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

Shades of Indigo #500D93

Tints of Indigo #500D93

Color information

#500D93 (or 0x500D93) is unknown color: approx Indigo. HEX triplet: 50, 0D and 93. RGB value is (80,13,147). Sum of RGB (Red+Green+Blue) = 80+13+147=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #500D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500D93 is #AFF26C. Grayscale: #2F2F2F. Windows color (decimal): -11530861 or 9637200. OLE color: 9637200.

HSL color Cylindrical-coordinate representation of color #500D93: hue angle of 270º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500D93 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8013147-
CMYK0.460.9100.42
HSL270º83.75%31.37%-
HSV(B)270º91.16%57.65%-
XYZ8.724.127.94-
YUV48.31183.7150.6-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 13 (5.47% from 255) = 5.42%
BLUE value IS 147 (57.81% from 255) = 61.25%
R=33.33%
G=5.42%
B=61.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal80131470.460.9100.4227083.7531.37
Hex50D932E5B02A10e541f
Octal120152235613305241612437
Binary101000011011001001110111010110110101010100001110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500D93; }

 p { color: rgb(80,13,147); }

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

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

 a { background-color: rgb(80,13,147); }

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

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

 span { border-color: rgb(80,13,147); }

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