Html Css Color HEX #5C1876 Indigo

📋 copy color: '#5C1876'

red 92 ◦ green 24 ◦ blue 118

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

Shades of Indigo #5C1876

Tints of Indigo #5C1876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.26%

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

R = 39.32%
G = 10.26%
B = 50.43%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C1876 (or 0x5C1876) is known color: Indigo. HEX triplet: 5C, 18 and 76. RGB value is (92,24,118). Sum of RGB (Red+Green+Blue) = 92+24+118=234 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.32% from 234); Green value is 24 (9.77% from 255 or 10.26% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C1876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1876 is #A3E789. Grayscale: #363636. Windows color (decimal): -10741642 or 7739484. OLE color: 7739484.

HSL color Cylindrical-coordinate representation of color #5C1876: hue angle of 283.4º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1876 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 24 118 -
CMYK 0.22 0.80 0 0.54
HSL 283.4º 0.66% 0.28% -
HSV(B) 283.4º 0.8% 0.46% -
XYZ 8.01 4.24 17.54 -
YUV 55.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 92 24 118 0.22 0.80 0 0.54 283.4 0.66 0.28
Hex 5C 18 76 16 50 0 36 11B 42 1C
Octal 134 30 166 26 120 0 66 433 102 34
Binary 1011100 11000 1110110 10110 1010000 0 110110 100011011 1000010 11100

Color Harmonies of #5C1876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1876

Black with #5C1876

Text Example


Text Example

White with #5C1876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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