#5F057F

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

Shades of Indigo #5F057F

Tints of Indigo #5F057F

Color information

#5F057F (or 0x5F057F) is unknown color: approx Indigo. HEX triplet: 5F, 05 and 7F. RGB value is (95,5,127). Sum of RGB (Red+Green+Blue) = 95+5+127=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 5 (2.34% from 255 or 2.20% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F057F is #A0FA80. Grayscale: #2D2D2D. Windows color (decimal): -10549889 or 8324447. OLE color: 8324447.

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

Color convert

RGB955127-
CMYK0.250.9600.50
HSL284.26º92.42%25.88%-
HSV(B)284.26º96.06%49.8%-
XYZ8.64.0720.41-
YUV45.82173.82163.08-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.85%
GREEN value IS 5 (2.34% from 255) = 2.20%
BLUE value IS 127 (50% from 255) = 55.95%
R=41.85%
G=2.20%
B=55.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9551270.250.9600.50284.2692.4225.88
Hex5F57F196003211c5c1a
Octal13751773114006243413432
Binary101111110111111111100111000000110010100011100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,5,127); }

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

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

 a { background-color: rgb(95,5,127); }

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

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

 span { border-color: rgb(95,5,127); }

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