Html Css Color HEX #5C1591 Indigo

📋 copy color: '#5C1591'

red 92 ◦ green 21 ◦ blue 145

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

Shades of Indigo #5C1591

Tints of Indigo #5C1591

RGB

 RED value IS 92 (36.33% from 255) = 35.66%

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

 BLUE value IS 145 (57.03% from 255) = 56.2%

R = 35.66%
G = 8.14%
B = 56.2%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5C1591 (or 0x5C1591) is known color: Indigo. HEX triplet: 5C, 15 and 91. RGB value is (92,21,145). Sum of RGB (Red+Green+Blue) = 92+21+145=258 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.66% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 145 (57.03% from 255 or 56.20% from 258); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C1591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1591 is #A3EA6E. Grayscale: #373737. Windows color (decimal): -10742383 or 9508188. OLE color: 9508188.

HSL color Cylindrical-coordinate representation of color #5C1591: hue angle of 274.35º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1591 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 21 145 -
CMYK 0.37 0.86 0 0.43
HSL 274.35º 0.75% 0.33% -
HSV(B) 274.35º 0.86% 0.57% -
XYZ 9.79 4.86 27.21 -
YUV 56.37 178.02 153.42 -
System Red Green Blue C M Y K H S L
Decimal 92 21 145 0.37 0.86 0 0.43 274.35 0.75 0.33
Hex 5C 15 91 25 56 0 2B 112 4B 21
Octal 134 25 221 45 126 0 53 422 113 41
Binary 1011100 10101 10010001 100101 1010110 0 101011 100010010 1001011 100001

Color Harmonies of #5C1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1591

Black with #5C1591

Text Example


Text Example

White with #5C1591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,21,145); }

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

background-color css

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

 a { background-color: rgb(92,21,145); }

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

border-color css

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

 span { border-color: rgb(92,21,145); }

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