Html Css Color HEX #5C0E76 Indigo

📋 copy color: '#5C0E76'

red 92 ◦ green 14 ◦ blue 118

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

Shades of Indigo #5C0E76

Tints of Indigo #5C0E76

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.25%

 BLUE value IS 118 (46.48% from 255) = 52.68%

R = 41.07%
G = 6.25%
B = 52.68%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C0E76 (or 0x5C0E76) is known color: Indigo. HEX triplet: 5C, 0E and 76. RGB value is (92,14,118). Sum of RGB (Red+Green+Blue) = 92+14+118=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C0E76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0E76 is #A3F189. Grayscale: #303030. Windows color (decimal): -10744202 or 7736924. OLE color: 7736924.

HSL color Cylindrical-coordinate representation of color #5C0E76: hue angle of 285º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C0E76 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 14 118 -
CMYK 0.22 0.88 0 0.54
HSL 285º 0.79% 0.26% -
HSV(B) 285º 0.88% 0.46% -
XYZ 7.84 3.9 17.48 -
YUV 49.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 92 14 118 0.22 0.88 0 0.54 285 0.79 0.26
Hex 5C E 76 16 58 0 36 11D 4F 1A
Octal 134 16 166 26 130 0 66 435 117 32
Binary 1011100 1110 1110110 10110 1011000 0 110110 100011101 1001111 11010

Color Harmonies of #5C0E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0E76

Black with #5C0E76

Text Example


Text Example

White with #5C0E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,14,118); }

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

background-color css

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

 a { background-color: rgb(92,14,118); }

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

border-color css

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

 span { border-color: rgb(92,14,118); }

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