Html Css Color HEX #5C047C Indigo

📋 copy color: '#5C047C'

red 92 ◦ green 4 ◦ blue 124

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

Shades of Indigo #5C047C

Tints of Indigo #5C047C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 56.36%

R = 41.82%
G = 1.82%
B = 56.36%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C047C (or 0x5C047C) is known color: Indigo. HEX triplet: 5C, 04 and 7C. RGB value is (92,4,124). Sum of RGB (Red+Green+Blue) = 92+4+124=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C047C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C047C is #A3FB83. Grayscale: #2B2B2B. Windows color (decimal): -10746756 or 8127580. OLE color: 8127580.

HSL color Cylindrical-coordinate representation of color #5C047C: hue angle of 284º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C047C is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 4 124 -
CMYK 0.26 0.97 0 0.51
HSL 284º 0.94% 0.25% -
HSV(B) 284º 0.97% 0.49% -
XYZ 8.1 3.82 19.38 -
YUV 43.99 173.15 162.24 -
System Red Green Blue C M Y K H S L
Decimal 92 4 124 0.26 0.97 0 0.51 284 0.94 0.25
Hex 5C 4 7C 1A 61 0 33 11C 5E 19
Octal 134 4 174 32 141 0 63 434 136 31
Binary 1011100 100 1111100 11010 1100001 0 110011 100011100 1011110 11001

Color Harmonies of #5C047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C047C

Black with #5C047C

Text Example


Text Example

White with #5C047C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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