#5B0897

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

Shades of Indigo #5B0897

Tints of Indigo #5B0897

Color information

#5B0897 (or 0x5B0897) is unknown color: approx Indigo. HEX triplet: 5B, 08 and 97. RGB value is (91,8,151). Sum of RGB (Red+Green+Blue) = 91+8+151=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 151 (59.38% from 255 or 60.4% from 250); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B0897 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0897 is #A4F768. Grayscale: #303030. Windows color (decimal): -10811241 or 9898075. OLE color: 9898075.

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

Color convert

RGB918151-
CMYK0.400.9500.41
HSL274.83º89.94%31.18%-
HSV(B)274.83º94.7%59.22%-
XYZ9.994.6329.65-
YUV49.12185.5157.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.4%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 151 (59.38% from 255) = 60.4%
R=36.4%
G=3.2%
B=60.4%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9181510.400.9500.41274.8389.9431.18
Hex5B897285F0291135a1f
Octal133102275013705142313237
Binary101101110001001011110100010111110101001100010011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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