Html Css Color HEX #5C0AA1 Indigo

📋 copy color: '#5C0AA1'

red 92 ◦ green 10 ◦ blue 161

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

Shades of Indigo #5C0AA1

Tints of Indigo #5C0AA1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.8%

 BLUE value IS 161 (63.28% from 255) = 61.22%

R = 34.98%
G = 3.8%
B = 61.22%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5C0AA1 (or 0x5C0AA1) is known color: Indigo. HEX triplet: 5C, 0A and A1. RGB value is (92,10,161). Sum of RGB (Red+Green+Blue) = 92+10+161=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 10 (4.30% from 255 or 3.80% from 263); Blue value is 161 (63.28% from 255 or 61.22% from 263); Max value from RGB is 161 - color contains mainly: blue. Hex color #5C0AA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0AA1 is #A3F55E. Grayscale: #333333. Windows color (decimal): -10745183 or 10553948. OLE color: 10553948.

HSL color Cylindrical-coordinate representation of color #5C0AA1: hue angle of 272.58º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0AA1 is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 92 10 161 -
CMYK 0.43 0.94 0 0.37
HSL 272.58º 0.88% 0.34% -
HSV(B) 272.58º 0.94% 0.63% -
XYZ 10.96 5.07 34.12 -
YUV 51.73 189.67 156.72 -
System Red Green Blue C M Y K H S L
Decimal 92 10 161 0.43 0.94 0 0.37 272.58 0.88 0.34
Hex 5C A A1 2B 5E 0 25 111 58 22
Octal 134 12 241 53 136 0 45 421 130 42
Binary 1011100 1010 10100001 101011 1011110 0 100101 100010001 1011000 100010

Color Harmonies of #5C0AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0AA1

Black with #5C0AA1

Text Example


Text Example

White with #5C0AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,10,161); }

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

background-color css

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

 a { background-color: rgb(92,10,161); }

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

border-color css

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

 span { border-color: rgb(92,10,161); }

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