#500D90

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

Shades of Indigo #500D90

Tints of Indigo #500D90

Color information

#500D90 (or 0x500D90) is unknown color: approx Indigo. HEX triplet: 50, 0D and 90. RGB value is (80,13,144). Sum of RGB (Red+Green+Blue) = 80+13+144=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #500D90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500D90 is #AFF26F. Grayscale: #2F2F2F. Windows color (decimal): -11530864 or 9440592. OLE color: 9440592.

HSL color Cylindrical-coordinate representation of color #500D90: hue angle of 270.69º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500D90 is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8013144-
CMYK0.440.9100.44
HSL270.69º83.44%30.78%-
HSV(B)270.69º90.97%56.47%-
XYZ8.494.0126.71-
YUV47.97182.2150.85-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 13 (5.47% from 255) = 5.49%
BLUE value IS 144 (56.64% from 255) = 60.76%
R=33.76%
G=5.49%
B=60.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal80131440.440.9100.44270.6983.4430.78
Hex50D902C5B02C10f531f
Octal120152205413305441712337
Binary101000011011001000010110010110110101100100001111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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