#5F058D

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

Shades of Indigo #5F058D

Tints of Indigo #5F058D

Color information

#5F058D (or 0x5F058D) is unknown color: approx Indigo. HEX triplet: 5F, 05 and 8D. RGB value is (95,5,141). Sum of RGB (Red+Green+Blue) = 95+5+141=241 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.42% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F058D is #A0FA72. Grayscale: #2E2E2E. Windows color (decimal): -10549875 or 9241951. OLE color: 9241951.

HSL color Cylindrical-coordinate representation of color #5F058D: hue angle of 279.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F058D is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB955141-
CMYK0.330.9600.45
HSL279.71º93.15%28.63%-
HSV(B)279.71º96.45%55.29%-
XYZ9.584.4625.56-
YUV47.41180.82161.94-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.42%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=39.42%
G=2.07%
B=58.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9551410.330.9600.45279.7193.1528.63
Hex5F58D216002D1185d1d
Octal13752154114005543013535
Binary10111111011000110110000111000000101101100011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F058D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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