#5f057a

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

Shades of Indigo #5F057A

Tints of Indigo #5F057A

Color information

#5F057A (or 0x5F057A) is unknown color: approx Indigo. HEX triplet: 5F, 05 and 7A. RGB value is (95,5,122). Sum of RGB (Red+Green+Blue) = 95+5+122=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 122 (48.05% from 255 or 54.95% from 222); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F057A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F057A is #A0FA85. Grayscale: #2C2C2C. Windows color (decimal): -10549894 or 7996767. OLE color: 7996767.

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

Color convert

RGB955122-
CMYK0.220.9600.52
HSL286.15º92.13%24.9%-
HSV(B)286.15º95.9%47.84%-
XYZ8.293.9518.74-
YUV45.25171.32163.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.79%
GREEN value IS 5 (2.34% from 255) = 2.25%
BLUE value IS 122 (48.05% from 255) = 54.95%
R=42.79%
G=2.25%
B=54.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9551220.220.9600.52286.1592.1324.9
Hex5F57A166003411e5c19
Octal13751722614006443613431
Binary101111110111110101011011000000110100100011110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f057a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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