#5B1296

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

Shades of Indigo #5B1296

Tints of Indigo #5B1296

Color information

#5B1296 (or 0x5B1296) is unknown color: approx Indigo. HEX triplet: 5B, 12 and 96. RGB value is (91,18,150). Sum of RGB (Red+Green+Blue) = 91+18+150=259 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.14% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 150 (58.98% from 255 or 57.92% from 259); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B1296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1296 is #A4ED69. Grayscale: #363636. Windows color (decimal): -10808682 or 9835099. OLE color: 9835099.

HSL color Cylindrical-coordinate representation of color #5B1296: hue angle of 273.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1296 is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9118150-
CMYK0.390.8800.41
HSL273.18º78.57%32.94%-
HSV(B)273.18º88%58.82%-
XYZ10.044.8629.26-
YUV54.88181.68153.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.14%
GREEN value IS 18 (7.42% from 255) = 6.95%
BLUE value IS 150 (58.98% from 255) = 57.92%
R=35.14%
G=6.95%
B=57.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91181500.390.8800.41273.1878.5732.94
Hex5B129627580291114f21
Octal133222264713005142111741
Binary10110111001010010110100111101100001010011000100011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B1296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,18,150); }

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

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

 a { background-color: rgb(91,18,150); }

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

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

 span { border-color: rgb(91,18,150); }

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