Html Css Color HEX #5B1976 Indigo

📋 copy color: '#5B1976'

red 91 ◦ green 25 ◦ blue 118

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

Shades of Indigo #5B1976

Tints of Indigo #5B1976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.68%

 BLUE value IS 118 (46.48% from 255) = 50.43%

R = 38.89%
G = 10.68%
B = 50.43%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B1976 (or 0x5B1976) is known color: Indigo. HEX triplet: 5B, 19 and 76. RGB value is (91,25,118). Sum of RGB (Red+Green+Blue) = 91+25+118=234 (30% of max value = 765). Red value is 91 (35.94% from 255 or 38.89% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #5B1976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1976 is #A4E689. Grayscale: #373737. Windows color (decimal): -10806922 or 7739739. OLE color: 7739739.

HSL color Cylindrical-coordinate representation of color #5B1976: hue angle of 282.58º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5B1976 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 25 118 -
CMYK 0.23 0.79 0 0.54
HSL 282.58º 0.65% 0.28% -
HSV(B) 282.58º 0.79% 0.46% -
XYZ 7.93 4.23 17.54 -
YUV 55.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 91 25 118 0.23 0.79 0 0.54 282.58 0.65 0.28
Hex 5B 19 76 17 4F 0 36 11B 41 1C
Octal 133 31 166 27 117 0 66 433 101 34
Binary 1011011 11001 1110110 10111 1001111 0 110110 100011011 1000001 11100

Color Harmonies of #5B1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1976

Black with #5B1976

Text Example


Text Example

White with #5B1976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,25,118); }

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

background-color css

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

 a { background-color: rgb(91,25,118); }

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

border-color css

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

 span { border-color: rgb(91,25,118); }

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