#5F159F

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

Shades of Indigo #5F159F

Tints of Indigo #5F159F

Color information

#5F159F (or 0x5F159F) is unknown color: approx Indigo. HEX triplet: 5F, 15 and 9F. RGB value is (95,21,159). Sum of RGB (Red+Green+Blue) = 95+21+159=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F159F is #A0EA60. Grayscale: #3A3A3A. Windows color (decimal): -10545761 or 10425695. OLE color: 10425695.

HSL color Cylindrical-coordinate representation of color #5F159F: hue angle of 272.17º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5F159F is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9521159-
CMYK0.400.8700.38
HSL272.17º76.67%35.29%-
HSV(B)272.17º86.79%62.35%-
XYZ11.255.4733.26-
YUV58.86184.52153.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.55%
GREEN value IS 21 (8.59% from 255) = 7.64%
BLUE value IS 159 (62.5% from 255) = 57.82%
R=34.55%
G=7.64%
B=57.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95211590.400.8700.38272.1776.6735.29
Hex5F159F28570261104d23
Octal137252375012704642011543
Binary10111111010110011111101000101011101001101000100001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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