#5F157F

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

Shades of Indigo #5F157F

Tints of Indigo #5F157F

Color information

#5F157F (or 0x5F157F) is unknown color: approx Indigo. HEX triplet: 5F, 15 and 7F. RGB value is (95,21,127). Sum of RGB (Red+Green+Blue) = 95+21+127=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F157F is #A0EA80. Grayscale: #363636. Windows color (decimal): -10545793 or 8328543. OLE color: 8328543.

HSL color Cylindrical-coordinate representation of color #5F157F: hue angle of 281.89º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F157F is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9521127-
CMYK0.250.8300.50
HSL281.89º71.62%29.02%-
HSV(B)281.89º83.46%49.8%-
XYZ8.824.520.48-
YUV55.21168.52156.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.09%
GREEN value IS 21 (8.59% from 255) = 8.64%
BLUE value IS 127 (50% from 255) = 52.26%
R=39.09%
G=8.64%
B=52.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal95211270.250.8300.50281.8971.6229.02
Hex5F157F195303211a481d
Octal137251773112306243211035
Binary10111111010111111111100110100110110010100011010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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