#5B1488

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

Shades of Indigo #5B1488

Tints of Indigo #5B1488

Color information

#5B1488 (or 0x5B1488) is unknown color: approx Indigo. HEX triplet: 5B, 14 and 88. RGB value is (91,20,136). Sum of RGB (Red+Green+Blue) = 91+20+136=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B1488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1488 is #A4EB77. Grayscale: #363636. Windows color (decimal): -10808184 or 8918107. OLE color: 8918107.

HSL color Cylindrical-coordinate representation of color #5B1488: hue angle of 276.72º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B1488 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9120136-
CMYK0.330.8500.47
HSL276.72º74.36%30.59%-
HSV(B)276.72º85.29%53.33%-
XYZ9.014.523.69-
YUV54.45174.02154.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 36.84%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 136 (53.52% from 255) = 55.06%
R=36.84%
G=8.10%
B=55.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91201360.330.8500.47276.7274.3630.59
Hex5B1488215502F1154a1f
Octal133242104112505742511237
Binary1011011101001000100010000110101010101111100010101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,20,136); }

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

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

 a { background-color: rgb(91,20,136); }

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

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

 span { border-color: rgb(91,20,136); }

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