#5C1378

Color #5C1378 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5C1378

Tints of Indigo #5C1378

Color information

#5C1378 (or 0x5C1378) is unknown color: approx Indigo. HEX triplet: 5C, 13 and 78. RGB value is (92,19,120). Sum of RGB (Red+Green+Blue) = 92+19+120=231 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.83% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C1378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1378 is #A3EC87. Grayscale: #343434. Windows color (decimal): -10742920 or 7869276. OLE color: 7869276.

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

Color convert

RGB9219120-
CMYK0.230.8400.53
HSL283.37º72.66%27.25%-
HSV(B)283.37º84.17%47.06%-
XYZ8.044.118.14-
YUV52.34166.18156.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.83%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=39.83%
G=8.23%
B=51.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92191200.230.8400.53283.3772.6627.25
Hex5C1378175403511b491b
Octal134231702712406543311133
Binary10111001001111110001011110101000110101100011011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C1378;
 }
 .AnyTagClassName
 {
   color: #5C1378;
 }
</style>
background-color css

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

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

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

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

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

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