#5B1493

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

Shades of Indigo #5B1493

Tints of Indigo #5B1493

Color information

#5B1493 (or 0x5B1493) is unknown color: approx Indigo. HEX triplet: 5B, 14 and 93. RGB value is (91,20,147). Sum of RGB (Red+Green+Blue) = 91+20+147=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 147 (57.81% from 255 or 56.98% from 258); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B1493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1493 is #A4EB6C. Grayscale: #373737. Windows color (decimal): -10808173 or 9639003. OLE color: 9639003.

HSL color Cylindrical-coordinate representation of color #5B1493: hue angle of 273.54º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1493 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9120147-
CMYK0.380.8600.42
HSL273.54º76.05%32.75%-
HSV(B)273.54º86.39%57.65%-
XYZ9.834.8328.02-
YUV55.71179.52153.17-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.27%
GREEN value IS 20 (8.20% from 255) = 7.75%
BLUE value IS 147 (57.81% from 255) = 56.98%
R=35.27%
G=7.75%
B=56.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91201470.380.8600.42273.5476.0532.75
Hex5B1493265602A1124c21
Octal133242234612605242211441
Binary10110111010010010011100110101011001010101000100101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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