Html Css Color HEX #5C037D Indigo

📋 copy color: '#5C037D'

red 92 ◦ green 3 ◦ blue 125

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

Shades of Indigo #5C037D

Tints of Indigo #5C037D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.82%

R = 41.82%
G = 1.36%
B = 56.82%

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

#5C037D (or 0x5C037D) is known color: Indigo. HEX triplet: 5C, 03 and 7D. RGB value is (92,3,125). Sum of RGB (Red+Green+Blue) = 92+3+125=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #5C037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C037D is #A3FC82. Grayscale: #2B2B2B. Windows color (decimal): -10747011 or 8192860. OLE color: 8192860.

HSL color Cylindrical-coordinate representation of color #5C037D: hue angle of 283.77º 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 #5C037D is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 3 125 -
CMYK 0.26 0.98 0 0.51
HSL 283.77º 0.95% 0.25% -
HSV(B) 283.77º 0.98% 0.49% -
XYZ 8.15 3.82 19.71 -
YUV 43.52 173.99 162.58 -
System Red Green Blue C M Y K H S L
Decimal 92 3 125 0.26 0.98 0 0.51 283.77 0.95 0.25
Hex 5C 3 7D 1A 62 0 33 11C 5F 19
Octal 134 3 175 32 142 0 63 434 137 31
Binary 1011100 11 1111101 11010 1100010 0 110011 100011100 1011111 11001

Color Harmonies of #5C037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C037D

Black with #5C037D

Text Example


Text Example

White with #5C037D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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