Html Css Color HEX #5B1087 Indigo

📋 copy color: '#5B1087'

red 91 ◦ green 16 ◦ blue 135

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

Shades of Indigo #5B1087

Tints of Indigo #5B1087

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 135 (53.13% from 255) = 55.79%

R = 37.6%
G = 6.61%
B = 55.79%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5B1087 (or 0x5B1087) is known color: Indigo. HEX triplet: 5B, 10 and 87. RGB value is (91,16,135). Sum of RGB (Red+Green+Blue) = 91+16+135=242 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.60% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 135 (53.12% from 255 or 55.79% from 242); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B1087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1087 is #A4EF78. Grayscale: #333333. Windows color (decimal): -10809209 or 8851547. OLE color: 8851547.

HSL color Cylindrical-coordinate representation of color #5B1087: hue angle of 277.82º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1087 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 91 16 135 -
CMYK 0.33 0.88 0 0.47
HSL 277.82º 0.79% 0.3% -
HSV(B) 277.82º 0.88% 0.53% -
XYZ 8.87 4.34 23.29 -
YUV 51.99 174.85 155.82 -
System Red Green Blue C M Y K H S L
Decimal 91 16 135 0.33 0.88 0 0.47 277.82 0.79 0.3
Hex 5B 10 87 21 58 0 2F 116 4F 1E
Octal 133 20 207 41 130 0 57 426 117 36
Binary 1011011 10000 10000111 100001 1011000 0 101111 100010110 1001111 11110

Color Harmonies of #5B1087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1087

Black with #5B1087

Text Example


Text Example

White with #5B1087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,16,135); }

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

background-color css

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

 a { background-color: rgb(91,16,135); }

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

border-color css

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

 span { border-color: rgb(91,16,135); }

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