Html Css Color HEX #5C1878 Indigo

📋 copy color: '#5C1878'

red 92 ◦ green 24 ◦ blue 120

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

Shades of Indigo #5C1878

Tints of Indigo #5C1878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 38.98%
G = 10.17%
B = 50.85%

CMYK

 C value IS 0.23

 M value IS 0.8

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5C1878 (or 0x5C1878) is known color: Indigo. HEX triplet: 5C, 18 and 78. RGB value is (92,24,120). Sum of RGB (Red+Green+Blue) = 92+24+120=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C1878 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1878 is #A3E787. Grayscale: #363636. Windows color (decimal): -10741640 or 7870556. OLE color: 7870556.

HSL color Cylindrical-coordinate representation of color #5C1878: hue angle of 282.5º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1878 is Cyan = 0.23, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 92 24 120 -
CMYK 0.23 0.8 0 0.53
HSL 282.5º 0.67% 0.28% -
HSV(B) 282.5º 0.8% 0.47% -
XYZ 8.13 4.28 18.17 -
YUV 55.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 92 24 120 0.23 0.8 0 0.53 282.5 0.67 0.28
Hex 5C 18 78 17 50 0 35 11A 43 1C
Octal 134 30 170 27 120 0 65 432 103 34
Binary 1011100 11000 1111000 10111 1010000 0 110101 100011010 1000011 11100

Color Harmonies of #5C1878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1878

Black with #5C1878

Text Example


Text Example

White with #5C1878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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