#5C0378

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

Shades of Indigo #5C0378

Tints of Indigo #5C0378

Color information

#5C0378 (or 0x5C0378) is unknown color: approx Indigo. HEX triplet: 5C, 03 and 78. RGB value is (92,3,120). Sum of RGB (Red+Green+Blue) = 92+3+120=215 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.79% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C0378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0378 is #A3FC87. Grayscale: #2A2A2A. Windows color (decimal): -10747016 or 7865180. OLE color: 7865180.

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

Color convert

RGB923120-
CMYK0.230.9800.53
HSL285.64º95.12%24.12%-
HSV(B)285.64º97.5%47.06%-
XYZ7.843.718.07-
YUV42.95171.49162.99-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.79%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 120 (47.27% from 255) = 55.81%
R=42.79%
G=1.40%
B=55.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9231200.230.9800.53285.6495.1224.12
Hex5C378176203511e5f18
Octal13431702714206543613730
Binary10111001111110001011111000100110101100011110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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