Html Css Color HEX #5B0271 Indigo

📋 copy color: '#5B0271'

red 91 ◦ green 2 ◦ blue 113

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

Shades of Indigo #5B0271

Tints of Indigo #5B0271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 44.17%
G = 0.97%
B = 54.85%

CMYK

 C value IS 0.19

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B0271 (or 0x5B0271) is known color: Indigo. HEX triplet: 5B, 02 and 71. RGB value is (91,2,113). Sum of RGB (Red+Green+Blue) = 91+2+113=206 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.17% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B0271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0271 is #A4FD8E. Grayscale: #282828. Windows color (decimal): -10812815 or 7406171. OLE color: 7406171.

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

Color convert

RGB 91 2 113 -
CMYK 0.19 0.98 0 0.56
HSL 288.11º 0.97% 0.23% -
HSV(B) 288.11º 0.98% 0.44% -
XYZ 7.32 3.46 15.9 -
YUV 41.27 168.49 163.47 -
System Red Green Blue C M Y K H S L
Decimal 91 2 113 0.19 0.98 0 0.56 288.11 0.97 0.23
Hex 5B 2 71 13 62 0 38 120 61 17
Octal 133 2 161 23 142 0 70 440 141 27
Binary 1011011 10 1110001 10011 1100010 0 111000 100100000 1100001 10111

Color Harmonies of #5B0271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0271

Black with #5B0271

Text Example


Text Example

White with #5B0271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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