Html Css Color HEX #5B0B9B Indigo

📋 copy color: '#5B0B9B'

red 91 ◦ green 11 ◦ blue 155

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

Shades of Indigo #5B0B9B

Tints of Indigo #5B0B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 35.41%
G = 4.28%
B = 60.31%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B0B9B (or 0x5B0B9B) is known color: Indigo. HEX triplet: 5B, 0B and 9B. RGB value is (91,11,155). Sum of RGB (Red+Green+Blue) = 91+11+155=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #5B0B9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0B9B is #A4F464. Grayscale: #323232. Windows color (decimal): -10810469 or 10160987. OLE color: 10160987.

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

Color convert

RGB 91 11 155 -
CMYK 0.41 0.93 0 0.39
HSL 273.33º 0.87% 0.33% -
HSV(B) 273.33º 0.93% 0.61% -
XYZ 10.35 4.83 31.4 -
YUV 51.34 186.5 156.29 -
System Red Green Blue C M Y K H S L
Decimal 91 11 155 0.41 0.93 0 0.39 273.33 0.87 0.33
Hex 5B B 9B 29 5D 0 27 111 57 21
Octal 133 13 233 51 135 0 47 421 127 41
Binary 1011011 1011 10011011 101001 1011101 0 100111 100010001 1010111 100001

Color Harmonies of #5B0B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0B9B

Black with #5B0B9B

Text Example


Text Example

White with #5B0B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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