#5B0D72

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

Shades of Indigo #5B0D72

Tints of Indigo #5B0D72

Color information

#5B0D72 (or 0x5B0D72) is unknown color: approx Indigo. HEX triplet: 5B, 0D and 72. RGB value is (91,13,114). Sum of RGB (Red+Green+Blue) = 91+13+114=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B0D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0D72 is #A4F28D. Grayscale: #2F2F2F. Windows color (decimal): -10809998 or 7474523. OLE color: 7474523.

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

Color convert

RGB9113114-
CMYK0.200.8900.55
HSL286.34º79.53%24.9%-
HSV(B)286.34º88.6%44.71%-
XYZ7.53.7316.24-
YUV47.84165.34158.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.74%
GREEN value IS 13 (5.47% from 255) = 5.96%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=41.74%
G=5.96%
B=52.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91131140.200.8900.55286.3479.5324.9
Hex5BD72145903711e5019
Octal133151622413106743612031
Binary1011011110111100101010010110010110111100011110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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