#5F0D77

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

Shades of Indigo #5F0D77

Tints of Indigo #5F0D77

Color information

#5F0D77 (or 0x5F0D77) is unknown color: approx Indigo. HEX triplet: 5F, 0D and 77. RGB value is (95,13,119). Sum of RGB (Red+Green+Blue) = 95+13+119=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #5F0D77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F0D77 is #A0F288. Grayscale: #313131. Windows color (decimal): -10547849 or 7802207. OLE color: 7802207.

HSL color Cylindrical-coordinate representation of color #5F0D77: hue angle of 286.42º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F0D77 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9513119-
CMYK0.200.8900.53
HSL286.42º80.3%25.88%-
HSV(B)286.42º89.08%46.67%-
XYZ8.194.0517.8-
YUV49.6167.17160.38-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.85%
GREEN value IS 13 (5.47% from 255) = 5.73%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=41.85%
G=5.73%
B=52.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95131190.200.8900.53286.4280.325.88
Hex5FD77145903511e501a
Octal137151672413106543612032
Binary1011111110111101111010010110010110101100011110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,13,119); }

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

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

 a { background-color: rgb(95,13,119); }

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

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

 span { border-color: rgb(95,13,119); }

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