Html Css Color HEX #5C0772 Indigo

📋 copy color: '#5C0772'

red 92 ◦ green 7 ◦ blue 114

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

Shades of Indigo #5C0772

Tints of Indigo #5C0772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 43.19%
G = 3.29%
B = 53.52%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C0772 (or 0x5C0772) is known color: Indigo. HEX triplet: 5C, 07 and 72. RGB value is (92,7,114). Sum of RGB (Red+Green+Blue) = 92+7+114=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C0772 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0772 is #A3F88D. Grayscale: #2C2C2C. Windows color (decimal): -10745998 or 7472988. OLE color: 7472988.

HSL color Cylindrical-coordinate representation of color #5C0772: hue angle of 287.66º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0772 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 7 114 -
CMYK 0.19 0.94 0 0.55
HSL 287.66º 0.88% 0.24% -
HSV(B) 287.66º 0.94% 0.45% -
XYZ 7.53 3.64 16.23 -
YUV 44.61 167.16 161.8 -
System Red Green Blue C M Y K H S L
Decimal 92 7 114 0.19 0.94 0 0.55 287.66 0.88 0.24
Hex 5C 7 72 13 5E 0 37 120 58 18
Octal 134 7 162 23 136 0 67 440 130 30
Binary 1011100 111 1110010 10011 1011110 0 110111 100100000 1011000 11000

Color Harmonies of #5C0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0772

Black with #5C0772

Text Example


Text Example

White with #5C0772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,7,114); }

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

background-color css

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

 a { background-color: rgb(92,7,114); }

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

border-color css

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

 span { border-color: rgb(92,7,114); }

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