Html Css Color HEX #5B1575 Indigo

📋 copy color: '#5B1575'

red 91 ◦ green 21 ◦ blue 117

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

Shades of Indigo #5B1575

Tints of Indigo #5B1575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.17%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 39.74%
G = 9.17%
B = 51.09%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5B1575 (or 0x5B1575) is known color: Indigo. HEX triplet: 5B, 15 and 75. RGB value is (91,21,117). Sum of RGB (Red+Green+Blue) = 91+21+117=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 21 (8.59% from 255 or 9.17% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #5B1575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1575 is #A4EA8A. Grayscale: #343434. Windows color (decimal): -10807947 or 7673179. OLE color: 7673179.

HSL color Cylindrical-coordinate representation of color #5B1575: hue angle of 283.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1575 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 91 21 117 -
CMYK 0.22 0.82 0 0.54
HSL 283.75º 0.7% 0.27% -
HSV(B) 283.75º 0.82% 0.46% -
XYZ 7.79 4.04 17.2 -
YUV 52.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 91 21 117 0.22 0.82 0 0.54 283.75 0.7 0.27
Hex 5B 15 75 16 52 0 36 11C 46 1B
Octal 133 25 165 26 122 0 66 434 106 33
Binary 1011011 10101 1110101 10110 1010010 0 110110 100011100 1000110 11011

Color Harmonies of #5B1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1575

Black with #5B1575

Text Example


Text Example

White with #5B1575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,21,117); }

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

background-color css

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

 a { background-color: rgb(91,21,117); }

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

border-color css

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

 span { border-color: rgb(91,21,117); }

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