#5B01A6

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

Shades of Indigo #5B01A6

Tints of Indigo #5B01A6

Color information

#5B01A6 (or 0x5B01A6) is unknown color: approx Indigo. HEX triplet: 5B, 01 and A6. RGB value is (91,1,166). Sum of RGB (Red+Green+Blue) = 91+1+166=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 166 (65.23% from 255 or 64.34% from 258); Max value from RGB is 166 - color contains mainly: blue. Hex color #5B01A6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B01A6 is #A4FE59. Grayscale: #2E2E2E. Windows color (decimal): -10813018 or 10879323. OLE color: 10879323.

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

Color convert

RGB911166-
CMYK0.450.9900.35
HSL272.73º98.8%32.75%-
HSV(B)272.73º99.4%65.1%-
XYZ11.21536.45-
YUV46.72195.32159.58-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.27%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 166 (65.23% from 255) = 64.34%
R=35.27%
G=0.39%
B=64.34%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9111660.450.9900.35272.7398.832.75
Hex5B1A62D630231116321
Octal13312465514304342114341
Binary1011011110100110101101110001101000111000100011100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B01A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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