Html Css Color HEX #5C1599 Indigo

📋 copy color: '#5C1599'

red 92 ◦ green 21 ◦ blue 153

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

Shades of Indigo #5C1599

Tints of Indigo #5C1599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.52%

R = 34.59%
G = 7.89%
B = 57.52%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5C1599 (or 0x5C1599) is known color: Indigo. HEX triplet: 5C, 15 and 99. RGB value is (92,21,153). Sum of RGB (Red+Green+Blue) = 92+21+153=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C1599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1599 is #A3EA66. Grayscale: #383838. Windows color (decimal): -10742375 or 10032476. OLE color: 10032476.

HSL color Cylindrical-coordinate representation of color #5C1599: hue angle of 272.27º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5C1599 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 92 21 153 -
CMYK 0.40 0.86 0 0.4
HSL 272.27º 0.76% 0.34% -
HSV(B) 272.27º 0.86% 0.6% -
XYZ 10.43 5.11 30.57 -
YUV 57.28 182.02 152.77 -
System Red Green Blue C M Y K H S L
Decimal 92 21 153 0.40 0.86 0 0.4 272.27 0.76 0.34
Hex 5C 15 99 28 56 0 28 110 4C 22
Octal 134 25 231 50 126 0 50 420 114 42
Binary 1011100 10101 10011001 101000 1010110 0 101000 100010000 1001100 100010

Color Harmonies of #5C1599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1599

Black with #5C1599

Text Example


Text Example

White with #5C1599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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