#5B1893

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

Shades of Indigo #5B1893

Tints of Indigo #5B1893

Color information

#5B1893 (or 0x5B1893) is unknown color: approx Indigo. HEX triplet: 5B, 18 and 93. RGB value is (91,24,147). Sum of RGB (Red+Green+Blue) = 91+24+147=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 24 (9.77% from 255 or 9.16% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #5B1893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1893 is #A4E76C. Grayscale: #393939. Windows color (decimal): -10807149 or 9640027. OLE color: 9640027.

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

Color convert

RGB9124147-
CMYK0.380.8400.42
HSL272.68º71.93%33.53%-
HSV(B)272.68º83.67%57.65%-
XYZ9.914.9828.04-
YUV58.05178.2151.5-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.73%
GREEN value IS 24 (9.77% from 255) = 9.16%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=34.73%
G=9.16%
B=56.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91241470.380.8400.42272.6871.9333.53
Hex5B1893265402A1114822
Octal133302234612405242111042
Binary10110111100010010011100110101010001010101000100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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