#5F0071

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

Shades of Indigo #5F0071

Tints of Indigo #5F0071

Color information

#5F0071 (or 0x5F0071) is unknown color: approx Indigo. HEX triplet: 5F, 00 and 71. RGB value is (95,0,113). Sum of RGB (Red+Green+Blue) = 95+0+113=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #5F0071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0071 is #A0FF8E. Grayscale: #282828. Windows color (decimal): -10551183 or 7405663. OLE color: 7405663.

HSL color Cylindrical-coordinate representation of color #5F0071: hue angle of 290.44º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5F0071 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB950113-
CMYK0.16100.56
HSL290.44º100%22.16%-
HSV(B)290.44º100%44.31%-
XYZ7.73.6315.92-
YUV41.29168.47166.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 54.33%
R=45.67%
G=0%
B=54.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9501130.16100.56290.4410022.16
Hex5F07110640381226416
Octal13701612014407044214426
Binary1011111011100011000011001000111000100100010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,0,113); }

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

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

 a { background-color: rgb(95,0,113); }

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

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

 span { border-color: rgb(95,0,113); }

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