Html Css Color HEX #5C049F Indigo

📋 copy color: '#5C049F'

red 92 ◦ green 4 ◦ blue 159

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

Shades of Indigo #5C049F

Tints of Indigo #5C049F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 159 (62.5% from 255) = 62.35%

R = 36.08%
G = 1.57%
B = 62.35%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5C049F (or 0x5C049F) is known color: Indigo. HEX triplet: 5C, 04 and 9F. RGB value is (92,4,159). Sum of RGB (Red+Green+Blue) = 92+4+159=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #5C049F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C049F is #A3FB60. Grayscale: #2F2F2F. Windows color (decimal): -10746721 or 10421340. OLE color: 10421340.

HSL color Cylindrical-coordinate representation of color #5C049F: hue angle of 274.06º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C049F is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 4 159 -
CMYK 0.42 0.97 0 0.38
HSL 274.06º 0.95% 0.32% -
HSV(B) 274.06º 0.97% 0.62% -
XYZ 10.72 4.87 33.18 -
YUV 47.98 190.65 159.4 -
System Red Green Blue C M Y K H S L
Decimal 92 4 159 0.42 0.97 0 0.38 274.06 0.95 0.32
Hex 5C 4 9F 2A 61 0 26 112 5F 20
Octal 134 4 237 52 141 0 46 422 137 40
Binary 1011100 100 10011111 101010 1100001 0 100110 100010010 1011111 100000

Color Harmonies of #5C049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C049F

Black with #5C049F

Text Example


Text Example

White with #5C049F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,4,159); }

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

background-color css

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

 a { background-color: rgb(92,4,159); }

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

border-color css

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

 span { border-color: rgb(92,4,159); }

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