#500175

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

Shades of Indigo #500175

Tints of Indigo #500175

Color information

#500175 (or 0x500175) is unknown color: approx Indigo. HEX triplet: 50, 01 and 75. RGB value is (80,1,117). Sum of RGB (Red+Green+Blue) = 80+1+117=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 117 (46.09% from 255 or 59.09% from 198); Max value from RGB is 117 - color contains mainly: blue. Hex color #500175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500175 is #AFFE8A. Grayscale: #252525. Windows color (decimal): -11533963 or 7668048. OLE color: 7668048.

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

Color convert

RGB801117-
CMYK0.320.9900.54
HSL280.86º98.31%23.14%-
HSV(B)280.86º99.15%45.88%-
XYZ6.533.0117.07-
YUV37.84172.67158.07-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 40.40%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 117 (46.09% from 255) = 59.09%
R=40.40%
G=0.51%
B=59.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8011170.320.9900.54280.8698.3123.14
Hex5017520630361196217
Octal12011654014306643114227
Binary10100001111010110000011000110110110100011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #500175; }

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

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

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

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

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

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

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

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