#5F147E

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

Shades of Indigo #5F147E

Tints of Indigo #5F147E

Color information

#5F147E (or 0x5F147E) is unknown color: approx Indigo. HEX triplet: 5F, 14 and 7E. RGB value is (95,20,126). Sum of RGB (Red+Green+Blue) = 95+20+126=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 126 (49.61% from 255 or 52.28% from 241); Max value from RGB is 126 - color contains mainly: blue. Hex color #5F147E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F147E is #A0EB81. Grayscale: #363636. Windows color (decimal): -10546050 or 8262751. OLE color: 8262751.

HSL color Cylindrical-coordinate representation of color #5F147E: hue angle of 282.45º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F147E is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9520126-
CMYK0.250.8400.51
HSL282.45º72.6%28.63%-
HSV(B)282.45º84.13%49.41%-
XYZ8.744.4420.14-
YUV54.51168.35156.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.42%
GREEN value IS 20 (8.20% from 255) = 8.30%
BLUE value IS 126 (49.61% from 255) = 52.28%
R=39.42%
G=8.30%
B=52.28%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95201260.250.8400.51282.4572.628.63
Hex5F147E195403311a491d
Octal137241763112406343211135
Binary10111111010011111101100110101000110011100011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F147E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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