#5F1282

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

Shades of Indigo #5F1282

Tints of Indigo #5F1282

Color information

#5F1282 (or 0x5F1282) is unknown color: approx Indigo. HEX triplet: 5F, 12 and 82. RGB value is (95,18,130). Sum of RGB (Red+Green+Blue) = 95+18+130=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #5F1282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1282 is #A0ED7D. Grayscale: #353535. Windows color (decimal): -10546558 or 8524383. OLE color: 8524383.

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

Color convert

RGB9518130-
CMYK0.270.8600.49
HSL281.25º75.68%29.02%-
HSV(B)281.25º86.15%50.98%-
XYZ8.964.4821.51-
YUV53.79171.01157.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.09%
GREEN value IS 18 (7.42% from 255) = 7.41%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=39.09%
G=7.41%
B=53.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95181300.270.8600.49281.2575.6829.02
Hex5F12821B560311194c1d
Octal137222023312606143111435
Binary101111110010100000101101110101100110001100011001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,18,130); }

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

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

 a { background-color: rgb(95,18,130); }

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

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

 span { border-color: rgb(95,18,130); }

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