Html Css Color HEX #5C1594 Indigo

📋 copy color: '#5C1594'

red 92 ◦ green 21 ◦ blue 148

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

Shades of Indigo #5C1594

Tints of Indigo #5C1594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 56.7%

R = 35.25%
G = 8.05%
B = 56.7%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5C1594 (or 0x5C1594) is known color: Indigo. HEX triplet: 5C, 15 and 94. RGB value is (92,21,148). Sum of RGB (Red+Green+Blue) = 92+21+148=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C1594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1594 is #A3EA6B. Grayscale: #383838. Windows color (decimal): -10742380 or 9704796. OLE color: 9704796.

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

Color convert

RGB 92 21 148 -
CMYK 0.38 0.86 0 0.42
HSL 273.54º 0.75% 0.33% -
HSV(B) 273.54º 0.86% 0.58% -
XYZ 10.03 4.95 28.44 -
YUV 56.71 179.52 153.17 -
System Red Green Blue C M Y K H S L
Decimal 92 21 148 0.38 0.86 0 0.42 273.54 0.75 0.33
Hex 5C 15 94 26 56 0 2A 112 4B 21
Octal 134 25 224 46 126 0 52 422 113 41
Binary 1011100 10101 10010100 100110 1010110 0 101010 100010010 1001011 100001

Color Harmonies of #5C1594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1594

Black with #5C1594

Text Example


Text Example

White with #5C1594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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