#5F1577

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

Shades of Indigo #5F1577

Tints of Indigo #5F1577

Color information

#5F1577 (or 0x5F1577) is unknown color: approx Indigo. HEX triplet: 5F, 15 and 77. RGB value is (95,21,119). Sum of RGB (Red+Green+Blue) = 95+21+119=235 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.43% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F1577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1577 is #A0EA88. Grayscale: #353535. Windows color (decimal): -10545801 or 7804255. OLE color: 7804255.

HSL color Cylindrical-coordinate representation of color #5F1577: hue angle of 285.31º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F1577 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9521119-
CMYK0.200.8200.53
HSL285.31º70%27.45%-
HSV(B)285.31º82.35%46.67%-
XYZ8.324.317.84-
YUV54.3164.52157.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.43%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 119 (46.88% from 255) = 50.64%
R=40.43%
G=8.94%
B=50.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95211190.200.8200.53285.317027.45
Hex5F1577145203511d461b
Octal137251672412206543510633
Binary10111111010111101111010010100100110101100011101100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,21,119); }

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

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

 a { background-color: rgb(95,21,119); }

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

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

 span { border-color: rgb(95,21,119); }

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