Html Css Color HEX #5B1572 Indigo

📋 copy color: '#5B1572'

red 91 ◦ green 21 ◦ blue 114

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

Shades of Indigo #5B1572

Tints of Indigo #5B1572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 40.27%
G = 9.29%
B = 50.44%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B1572 (or 0x5B1572) is known color: Indigo. HEX triplet: 5B, 15 and 72. RGB value is (91,21,114). Sum of RGB (Red+Green+Blue) = 91+21+114=226 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.27% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B1572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B1572 is #A4EA8D. Grayscale: #343434. Windows color (decimal): -10807950 or 7476571. OLE color: 7476571.

HSL color Cylindrical-coordinate representation of color #5B1572: hue angle of 285.16º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B1572 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 21 114 -
CMYK 0.20 0.82 0 0.55
HSL 285.16º 0.69% 0.26% -
HSV(B) 285.16º 0.82% 0.45% -
XYZ 7.62 3.98 16.29 -
YUV 52.53 162.69 155.44 -
System Red Green Blue C M Y K H S L
Decimal 91 21 114 0.20 0.82 0 0.55 285.16 0.69 0.26
Hex 5B 15 72 14 52 0 37 11D 45 1A
Octal 133 25 162 24 122 0 67 435 105 32
Binary 1011011 10101 1110010 10100 1010010 0 110111 100011101 1000101 11010

Color Harmonies of #5B1572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1572

Black with #5B1572

Text Example


Text Example

White with #5B1572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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