#500D9C

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

Shades of Indigo #500D9C

Tints of Indigo #500D9C

Color information

#500D9C (or 0x500D9C) is unknown color: approx Indigo. HEX triplet: 50, 0D and 9C. RGB value is (80,13,156). Sum of RGB (Red+Green+Blue) = 80+13+156=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #500D9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500D9C is #AFF263. Grayscale: #303030. Windows color (decimal): -11530852 or 10227024. OLE color: 10227024.

HSL color Cylindrical-coordinate representation of color #500D9C: hue angle of 268.11º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500D9C is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8013156-
CMYK0.490.9200.39
HSL268.11º84.62%33.14%-
HSV(B)268.11º91.67%61.18%-
XYZ9.454.3931.8-
YUV49.33188.2149.87-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.13%
GREEN value IS 13 (5.47% from 255) = 5.22%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=32.13%
G=5.22%
B=62.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal80131560.490.9200.39268.1184.6233.14
Hex50D9C315C02710c5521
Octal120152346113404741412541
Binary1010000110110011100110001101110001001111000011001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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