#5A0175

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

Shades of Indigo #5A0175

Tints of Indigo #5A0175

Color information

#5A0175 (or 0x5A0175) is unknown color: approx Indigo. HEX triplet: 5A, 01 and 75. RGB value is (90,1,117). Sum of RGB (Red+Green+Blue) = 90+1+117=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 117 (46.09% from 255 or 56.25% from 208); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A0175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0175 is #A5FE8A. Grayscale: #282828. Windows color (decimal): -10878603 or 7668058. OLE color: 7668058.

HSL color Cylindrical-coordinate representation of color #5A0175: hue angle of 286.03º 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 #5A0175 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB901117-
CMYK0.230.9900.54
HSL286.03º98.31%23.14%-
HSV(B)286.03º99.15%45.88%-
XYZ7.443.4817.11-
YUV40.84170.99163.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.27%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 117 (46.09% from 255) = 56.25%
R=43.27%
G=0.48%
B=56.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9011170.230.9900.54286.0398.3123.14
Hex5A175176303611e6217
Octal13211652714306643614227
Binary1011010111101011011111000110110110100011110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A0175; }

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

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

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

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

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

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

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

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