Html Css Color HEX #5B0B84 Indigo

📋 copy color: '#5B0B84'

red 91 ◦ green 11 ◦ blue 132

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

Shades of Indigo #5B0B84

Tints of Indigo #5B0B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 56.41%

R = 38.89%
G = 4.7%
B = 56.41%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5B0B84 (or 0x5B0B84) is known color: Indigo. HEX triplet: 5B, 0B and 84. RGB value is (91,11,132). Sum of RGB (Red+Green+Blue) = 91+11+132=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B0B84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B0B84 is #A4F47B. Grayscale: #303030. Windows color (decimal): -10810492 or 8653659. OLE color: 8653659.

HSL color Cylindrical-coordinate representation of color #5B0B84: hue angle of 279.67º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B0B84 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 91 11 132 -
CMYK 0.31 0.92 0 0.48
HSL 279.67º 0.85% 0.28% -
HSV(B) 279.67º 0.92% 0.52% -
XYZ 8.6 4.13 22.17 -
YUV 48.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 91 11 132 0.31 0.92 0 0.48 279.67 0.85 0.28
Hex 5B B 84 1F 5C 0 30 118 55 1C
Octal 133 13 204 37 134 0 60 430 125 34
Binary 1011011 1011 10000100 11111 1011100 0 110000 100011000 1010101 11100

Color Harmonies of #5B0B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0B84

Black with #5B0B84

Text Example


Text Example

White with #5B0B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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