Html Css Color HEX #5C0A9D Indigo

📋 copy color: '#5C0A9D'

red 92 ◦ green 10 ◦ blue 157

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

Shades of Indigo #5C0A9D

Tints of Indigo #5C0A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 35.52%
G = 3.86%
B = 60.62%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C0A9D (or 0x5C0A9D) is known color: Indigo. HEX triplet: 5C, 0A and 9D. RGB value is (92,10,157). Sum of RGB (Red+Green+Blue) = 92+10+157=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C0A9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0A9D is #A3F562. Grayscale: #323232. Windows color (decimal): -10745187 or 10291804. OLE color: 10291804.

HSL color Cylindrical-coordinate representation of color #5C0A9D: hue angle of 273.47º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0A9D is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 10 157 -
CMYK 0.41 0.94 0 0.38
HSL 273.47º 0.88% 0.33% -
HSV(B) 273.47º 0.94% 0.62% -
XYZ 10.61 4.93 32.29 -
YUV 51.28 187.67 157.05 -
System Red Green Blue C M Y K H S L
Decimal 92 10 157 0.41 0.94 0 0.38 273.47 0.88 0.33
Hex 5C A 9D 29 5E 0 26 111 58 21
Octal 134 12 235 51 136 0 46 421 130 41
Binary 1011100 1010 10011101 101001 1011110 0 100110 100010001 1011000 100001

Color Harmonies of #5C0A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0A9D

Black with #5C0A9D

Text Example


Text Example

White with #5C0A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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