#5C0078

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

Shades of Indigo #5C0078

Tints of Indigo #5C0078

Color information

#5C0078 (or 0x5C0078) is unknown color: approx Indigo. HEX triplet: 5C, 00 and 78. RGB value is (92,0,120). Sum of RGB (Red+Green+Blue) = 92+0+120=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 120 (47.27% from 255 or 56.60% from 212); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C0078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0078 is #A3FF87. Grayscale: #282828. Windows color (decimal): -10747784 or 7864412. OLE color: 7864412.

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

Color convert

RGB920120-
CMYK0.23100.53
HSL286º100%23.53%-
HSV(B)286º100%47.06%-
XYZ7.83.6318.06-
YUV41.19172.48164.24-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 120 (47.27% from 255) = 56.60%
R=43.40%
G=0%
B=56.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9201200.23100.5328610023.53
Hex5C078176403511e6418
Octal13401702714406543614430
Binary1011100011110001011111001000110101100011110110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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