Html Css Color HEX #5B0A71 Indigo

📋 copy color: '#5B0A71'

red 91 ◦ green 10 ◦ blue 113

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

Shades of Indigo #5B0A71

Tints of Indigo #5B0A71

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.67%

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

R = 42.52%
G = 4.67%
B = 52.8%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5B0A71 (or 0x5B0A71) is known color: Indigo. HEX triplet: 5B, 0A and 71. RGB value is (91,10,113). Sum of RGB (Red+Green+Blue) = 91+10+113=214 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.52% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #5B0A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0A71 is #A4F58E. Grayscale: #2D2D2D. Windows color (decimal): -10810767 or 7408219. OLE color: 7408219.

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

Color convert

RGB 91 10 113 -
CMYK 0.19 0.91 0 0.56
HSL 287.18º 0.84% 0.24% -
HSV(B) 287.18º 0.91% 0.44% -
XYZ 7.4 3.63 15.93 -
YUV 45.96 165.84 160.12 -
System Red Green Blue C M Y K H S L
Decimal 91 10 113 0.19 0.91 0 0.56 287.18 0.84 0.24
Hex 5B A 71 13 5B 0 38 11F 54 18
Octal 133 12 161 23 133 0 70 437 124 30
Binary 1011011 1010 1110001 10011 1011011 0 111000 100011111 1010100 11000

Color Harmonies of #5B0A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0A71

Black with #5B0A71

Text Example


Text Example

White with #5B0A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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