Html Css Color HEX #5B1271 Indigo

📋 copy color: '#5B1271'

red 91 ◦ green 18 ◦ blue 113

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

Shades of Indigo #5B1271

Tints of Indigo #5B1271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.11%

 BLUE value IS 113 (44.53% from 255) = 50.9%

R = 40.99%
G = 8.11%
B = 50.9%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B1271 (or 0x5B1271) is known color: Indigo. HEX triplet: 5B, 12 and 71. RGB value is (91,18,113). Sum of RGB (Red+Green+Blue) = 91+18+113=222 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.99% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B1271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1271 is #A4ED8E. Grayscale: #323232. Windows color (decimal): -10808719 or 7410267. OLE color: 7410267.

HSL color Cylindrical-coordinate representation of color #5B1271: hue angle of 286.11º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1271 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 91 18 113 -
CMYK 0.19 0.84 0 0.56
HSL 286.11º 0.73% 0.26% -
HSV(B) 286.11º 0.84% 0.44% -
XYZ 7.51 3.85 15.97 -
YUV 50.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 91 18 113 0.19 0.84 0 0.56 286.11 0.73 0.26
Hex 5B 12 71 13 54 0 38 11E 49 1A
Octal 133 22 161 23 124 0 70 436 111 32
Binary 1011011 10010 1110001 10011 1010100 0 111000 100011110 1001001 11010

Color Harmonies of #5B1271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1271

Black with #5B1271

Text Example


Text Example

White with #5B1271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,18,113); }

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

background-color css

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

 a { background-color: rgb(91,18,113); }

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

border-color css

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

 span { border-color: rgb(91,18,113); }

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