Html Css Color HEX #5C1592 Indigo

📋 copy color: '#5C1592'

red 92 ◦ green 21 ◦ blue 146

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

Shades of Indigo #5C1592

Tints of Indigo #5C1592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 35.52%
G = 8.11%
B = 56.37%

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

#5C1592 (or 0x5C1592) is known color: Indigo. HEX triplet: 5C, 15 and 92. RGB value is (92,21,146). Sum of RGB (Red+Green+Blue) = 92+21+146=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C1592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C1592 is #A3EA6D. Grayscale: #383838. Windows color (decimal): -10742382 or 9573724. OLE color: 9573724.

HSL color Cylindrical-coordinate representation of color #5C1592: hue angle of 274.08º 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 #5C1592 is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 21 146 -
CMYK 0.37 0.86 0 0.43
HSL 274.08º 0.75% 0.33% -
HSV(B) 274.08º 0.86% 0.57% -
XYZ 9.87 4.89 27.62 -
YUV 56.48 178.52 153.34 -
System Red Green Blue C M Y K H S L
Decimal 92 21 146 0.37 0.86 0 0.43 274.08 0.75 0.33
Hex 5C 15 92 25 56 0 2B 112 4B 21
Octal 134 25 222 45 126 0 53 422 113 41
Binary 1011100 10101 10010010 100101 1010110 0 101011 100010010 1001011 100001

Color Harmonies of #5C1592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1592

Black with #5C1592

Text Example


Text Example

White with #5C1592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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