#5F149E

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

Shades of Indigo #5F149E

Tints of Indigo #5F149E

Color information

#5F149E (or 0x5F149E) is unknown color: approx Indigo. HEX triplet: 5F, 14 and 9E. RGB value is (95,20,158). Sum of RGB (Red+Green+Blue) = 95+20+158=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F149E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F149E is #A0EB61. Grayscale: #393939. Windows color (decimal): -10546018 or 10359903. OLE color: 10359903.

HSL color Cylindrical-coordinate representation of color #5F149E: hue angle of 272.61º degrees, saturation: 0.78, 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 #5F149E is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9520158-
CMYK0.400.8700.38
HSL272.61º77.53%34.9%-
HSV(B)272.61º87.34%61.96%-
XYZ11.145.432.8-
YUV58.16184.35154.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.80%
GREEN value IS 20 (8.20% from 255) = 7.33%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=34.80%
G=7.33%
B=57.88%

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
Decimal95201580.400.8700.38272.6177.5334.9
Hex5F149E28570261114e23
Octal137242365012704642111643
Binary10111111010010011110101000101011101001101000100011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,20,158); }

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

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

 a { background-color: rgb(95,20,158); }

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

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

 span { border-color: rgb(95,20,158); }

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