#5B0597

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

Shades of Indigo #5B0597

Tints of Indigo #5B0597

Color information

#5B0597 (or 0x5B0597) is unknown color: approx Indigo. HEX triplet: 5B, 05 and 97. RGB value is (91,5,151). Sum of RGB (Red+Green+Blue) = 91+5+151=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B0597 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0597 is #A4FA68. Grayscale: #2E2E2E. Windows color (decimal): -10812009 or 9897307. OLE color: 9897307.

HSL color Cylindrical-coordinate representation of color #5B0597: hue angle of 275.34º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0597 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB915151-
CMYK0.400.9700.41
HSL275.34º93.59%30.59%-
HSV(B)275.34º96.69%59.22%-
XYZ9.954.5729.64-
YUV47.36186.49159.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.84%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 151 (59.38% from 255) = 61.13%
R=36.84%
G=2.02%
B=61.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9151510.400.9700.41275.3493.5930.59
Hex5B59728610291135e1f
Octal13352275014105142313637
Binary10110111011001011110100011000010101001100010011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,5,151); }

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

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

 a { background-color: rgb(91,5,151); }

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

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

 span { border-color: rgb(91,5,151); }

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