#5F147A

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

Shades of Indigo #5F147A

Tints of Indigo #5F147A

Color information

#5F147A (or 0x5F147A) is unknown color: approx Indigo. HEX triplet: 5F, 14 and 7A. RGB value is (95,20,122). Sum of RGB (Red+Green+Blue) = 95+20+122=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 122 (48.05% from 255 or 51.48% from 237); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F147A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F147A is #A0EB85. Grayscale: #353535. Windows color (decimal): -10546054 or 8000607. OLE color: 8000607.

HSL color Cylindrical-coordinate representation of color #5F147A: hue angle of 284.12º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5F147A is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9520122-
CMYK0.220.8400.52
HSL284.12º71.83%27.84%-
HSV(B)284.12º83.61%47.84%-
XYZ8.484.3418.8-
YUV54.05166.35157.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.08%
GREEN value IS 20 (8.20% from 255) = 8.44%
BLUE value IS 122 (48.05% from 255) = 51.48%
R=40.08%
G=8.44%
B=51.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95201220.220.8400.52284.1271.8327.84
Hex5F147A165403411c481c
Octal137241722612406443411034
Binary10111111010011110101011010101000110100100011100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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