#5B0D78

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

Shades of Indigo #5B0D78

Tints of Indigo #5B0D78

Color information

#5B0D78 (or 0x5B0D78) is unknown color: approx Indigo. HEX triplet: 5B, 0D and 78. RGB value is (91,13,120). Sum of RGB (Red+Green+Blue) = 91+13+120=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B0D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0D78 is #A4F287. Grayscale: #303030. Windows color (decimal): -10809992 or 7867739. OLE color: 7867739.

HSL color Cylindrical-coordinate representation of color #5B0D78: hue angle of 283.74º 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 #5B0D78 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9113120-
CMYK0.240.8900.53
HSL283.74º80.45%26.08%-
HSV(B)283.74º89.17%47.06%-
XYZ7.853.8718.1-
YUV48.52168.34158.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.62%
GREEN value IS 13 (5.47% from 255) = 5.80%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=40.62%
G=5.80%
B=53.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal91131200.240.8900.53283.7480.4526.08
Hex5BD78185903511c501a
Octal133151703013106543412032
Binary1011011110111110001100010110010110101100011100101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,13,120); }

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

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

 a { background-color: rgb(91,13,120); }

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

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

 span { border-color: rgb(91,13,120); }

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