#5F057C

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

Shades of Indigo #5F057C

Tints of Indigo #5F057C

Color information

#5F057C (or 0x5F057C) is unknown color: approx Indigo. HEX triplet: 5F, 05 and 7C. RGB value is (95,5,124). Sum of RGB (Red+Green+Blue) = 95+5+124=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F057C is #A0FA83. Grayscale: #2D2D2D. Windows color (decimal): -10549892 or 8127839. OLE color: 8127839.

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

Color convert

RGB955124-
CMYK0.230.9600.51
HSL285.38º92.25%25.29%-
HSV(B)285.38º95.97%48.63%-
XYZ8.41419.4-
YUV45.48172.32163.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.41%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 124 (48.83% from 255) = 55.36%
R=42.41%
G=2.23%
B=55.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9551240.230.9600.51285.3892.2525.29
Hex5F57C176003311d5c19
Octal13751742714006343513431
Binary101111110111111001011111000000110011100011101101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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