#5B0B9F

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

Shades of Indigo #5B0B9F

Tints of Indigo #5B0B9F

Color information

#5B0B9F (or 0x5B0B9F) is unknown color: approx Indigo. HEX triplet: 5B, 0B and 9F. RGB value is (91,11,159). Sum of RGB (Red+Green+Blue) = 91+11+159=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 11 (4.69% from 255 or 4.21% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #5B0B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0B9F is #A4F460. Grayscale: #333333. Windows color (decimal): -10810465 or 10423131. OLE color: 10423131.

HSL color Cylindrical-coordinate representation of color #5B0B9F: hue angle of 272.43º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0B9F is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9111159-
CMYK0.430.9300.38
HSL272.43º87.06%33.33%-
HSV(B)272.43º93.08%62.35%-
XYZ10.694.9733.2-
YUV51.79188.5155.97-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.87%
GREEN value IS 11 (4.69% from 255) = 4.21%
BLUE value IS 159 (62.5% from 255) = 60.92%
R=34.87%
G=4.21%
B=60.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91111590.430.9300.38272.4387.0633.33
Hex5BB9F2B5D0261105721
Octal133132375313504642012741
Binary1011011101110011111101011101110101001101000100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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