Html Css Color HEX #5B0B99 Indigo

📋 copy color: '#5B0B99'

red 91 ◦ green 11 ◦ blue 153

#5B0B99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5B0B99

Tints of Indigo #5B0B99

RGB

 RED value IS 91 (35.94% from 255) = 35.69%

 GREEN value IS 11 (4.69% from 255) = 4.31%

 BLUE value IS 153 (60.16% from 255) = 60%

R = 35.69%
G = 4.31%
B = 60%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5B0B99 (or 0x5B0B99) is known color: Indigo. HEX triplet: 5B, 0B and 99. RGB value is (91,11,153). Sum of RGB (Red+Green+Blue) = 91+11+153=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #5B0B99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0B99 is #A4F466. Grayscale: #323232. Windows color (decimal): -10810471 or 10029915. OLE color: 10029915.

HSL color Cylindrical-coordinate representation of color #5B0B99: hue angle of 273.8º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B0B99 is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 91 11 153 -
CMYK 0.41 0.93 0 0.4
HSL 273.8º 0.87% 0.32% -
HSV(B) 273.8º 0.93% 0.6% -
XYZ 10.18 4.76 30.52 -
YUV 51.11 185.5 156.45 -
System Red Green Blue C M Y K H S L
Decimal 91 11 153 0.41 0.93 0 0.4 273.8 0.87 0.32
Hex 5B B 99 29 5D 0 28 112 57 20
Octal 133 13 231 51 135 0 50 422 127 40
Binary 1011011 1011 10011001 101001 1011101 0 101000 100010010 1010111 100000

Color Harmonies of #5B0B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0B99

Black with #5B0B99

Text Example


Text Example

White with #5B0B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B0B99;
 }
 .AnyTagClassName
 {
   color: #5B0B99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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