#5B0BA6

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

Shades of Indigo #5B0BA6

Tints of Indigo #5B0BA6

Color information

#5B0BA6 (or 0x5B0BA6) is unknown color: approx Indigo. HEX triplet: 5B, 0B and A6. RGB value is (91,11,166). Sum of RGB (Red+Green+Blue) = 91+11+166=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 166 (65.23% from 255 or 61.94% from 268); Max value from RGB is 166 - color contains mainly: blue. Hex color #5B0BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0BA6 is #A4F459. Grayscale: #343434. Windows color (decimal): -10810458 or 10881883. OLE color: 10881883.

HSL color Cylindrical-coordinate representation of color #5B0BA6: hue angle of 270.97º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0BA6 is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9111166-
CMYK0.450.9300.35
HSL270.97º87.57%34.71%-
HSV(B)270.97º93.37%65.1%-
XYZ11.325.2236.49-
YUV52.59192155.4-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 33.96%
GREEN value IS 11 (4.69% from 255) = 4.10%
BLUE value IS 166 (65.23% from 255) = 61.94%
R=33.96%
G=4.10%
B=61.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91111660.450.9300.35270.9787.5734.71
Hex5BBA62D5D02310f5823
Octal133132465513504341713043
Binary1011011101110100110101101101110101000111000011111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,11,166); }

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

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

 a { background-color: rgb(91,11,166); }

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

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

 span { border-color: rgb(91,11,166); }

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