Html Css Color HEX #5C057C Indigo

📋 copy color: '#5C057C'

red 92 ◦ green 5 ◦ blue 124

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

Shades of Indigo #5C057C

Tints of Indigo #5C057C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.26%

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

R = 41.63%
G = 2.26%
B = 56.11%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C057C (or 0x5C057C) is known color: Indigo. HEX triplet: 5C, 05 and 7C. RGB value is (92,5,124). Sum of RGB (Red+Green+Blue) = 92+5+124=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 124 (48.83% from 255 or 56.11% from 221); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C057C is #A3FA83. Grayscale: #2C2C2C. Windows color (decimal): -10746500 or 8127836. OLE color: 8127836.

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

Color convert

RGB 92 5 124 -
CMYK 0.26 0.96 0 0.51
HSL 283.87º 0.92% 0.25% -
HSV(B) 283.87º 0.96% 0.49% -
XYZ 8.11 3.84 19.38 -
YUV 44.58 172.82 161.82 -
System Red Green Blue C M Y K H S L
Decimal 92 5 124 0.26 0.96 0 0.51 283.87 0.92 0.25
Hex 5C 5 7C 1A 60 0 33 11C 5C 19
Octal 134 5 174 32 140 0 63 434 134 31
Binary 1011100 101 1111100 11010 1100000 0 110011 100011100 1011100 11001

Color Harmonies of #5C057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C057C

Black with #5C057C

Text Example


Text Example

White with #5C057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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