#500173

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

Shades of Indigo #500173

Tints of Indigo #500173

Color information

#500173 (or 0x500173) is unknown color: approx Indigo. HEX triplet: 50, 01 and 73. RGB value is (80,1,115). Sum of RGB (Red+Green+Blue) = 80+1+115=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #500173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500173 is #AFFE8C. Grayscale: #252525. Windows color (decimal): -11533965 or 7536976. OLE color: 7536976.

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

Color convert

RGB801115-
CMYK0.300.9900.55
HSL281.58º98.28%22.75%-
HSV(B)281.58º99.13%45.1%-
XYZ6.412.9616.45-
YUV37.62171.67158.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.82%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=40.82%
G=0.51%
B=58.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8011150.300.9900.55281.5898.2822.75
Hex501731E6303711a6217
Octal12011633614306743214227
Binary1010000111100111111011000110110111100011010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500173; }

 p { color: rgb(80,1,115); }

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

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

 a { background-color: rgb(80,1,115); }

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

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

 span { border-color: rgb(80,1,115); }

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