#5b0f77

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

Shades of Indigo #5B0F77

Tints of Indigo #5B0F77

Color information

#5B0F77 (or 0x5B0F77) is unknown color: approx Indigo. HEX triplet: 5B, 0F and 77. RGB value is (91,15,119). Sum of RGB (Red+Green+Blue) = 91+15+119=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 15 (6.25% from 255 or 6.67% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B0F77 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0F77 is #A4F088. Grayscale: #313131. Windows color (decimal): -10809481 or 7802715. OLE color: 7802715.

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

Color convert

RGB9115119-
CMYK0.240.8700.53
HSL283.85º77.61%26.27%-
HSV(B)283.85º87.39%46.67%-
XYZ7.813.917.79-
YUV49.58167.18157.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.44%
GREEN value IS 15 (6.25% from 255) = 6.67%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=40.44%
G=6.67%
B=52.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91151190.240.8700.53283.8577.6126.27
Hex5BF77185703511c4e1a
Octal133171673012706543411632
Binary1011011111111101111100010101110110101100011100100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b0f77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,15,119); }

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

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

 a { background-color: rgb(91,15,119); }

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

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

 span { border-color: rgb(91,15,119); }

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