Html Css Color HEX #5C037C Indigo

📋 copy color: '#5C037C'

red 92 ◦ green 3 ◦ blue 124

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

Shades of Indigo #5C037C

Tints of Indigo #5C037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.37%

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

R = 42.01%
G = 1.37%
B = 56.62%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C037C (or 0x5C037C) is known color: Indigo. HEX triplet: 5C, 03 and 7C. RGB value is (92,3,124). Sum of RGB (Red+Green+Blue) = 92+3+124=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C037C is #A3FC83. Grayscale: #2B2B2B. Windows color (decimal): -10747012 or 8127324. OLE color: 8127324.

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

Color convert

RGB 92 3 124 -
CMYK 0.26 0.98 0 0.51
HSL 284.13º 0.95% 0.25% -
HSV(B) 284.13º 0.98% 0.49% -
XYZ 8.08 3.8 19.38 -
YUV 43.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 92 3 124 0.26 0.98 0 0.51 284.13 0.95 0.25
Hex 5C 3 7C 1A 62 0 33 11C 5F 19
Octal 134 3 174 32 142 0 63 434 137 31
Binary 1011100 11 1111100 11010 1100010 0 110011 100011100 1011111 11001

Color Harmonies of #5C037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C037C

Black with #5C037C

Text Example


Text Example

White with #5C037C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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