#5F1880

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

Shades of Indigo #5F1880

Tints of Indigo #5F1880

Color information

#5F1880 (or 0x5F1880) is unknown color: approx Indigo. HEX triplet: 5F, 18 and 80. RGB value is (95,24,128). Sum of RGB (Red+Green+Blue) = 95+24+128=247 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.46% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 128 (50.39% from 255 or 51.82% from 247); Max value from RGB is 128 - color contains mainly: blue. Hex color #5F1880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F1880 is #A0E77F. Grayscale: #383838. Windows color (decimal): -10545024 or 8394847. OLE color: 8394847.

HSL color Cylindrical-coordinate representation of color #5F1880: hue angle of 280.96º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1880 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9524128-
CMYK0.260.8100.50
HSL280.96º68.42%29.8%-
HSV(B)280.96º81.25%50.2%-
XYZ8.944.6420.85-
YUV57.08168.02155.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.46%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 128 (50.39% from 255) = 51.82%
R=38.46%
G=9.72%
B=51.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal95241280.260.8100.50280.9668.4229.8
Hex5F18801A51032119441e
Octal137302003212106243110436
Binary101111111000100000001101010100010110010100011001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,24,128); }

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

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

 a { background-color: rgb(95,24,128); }

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

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

 span { border-color: rgb(95,24,128); }

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