#3C0486

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

Shades of Indigo #3C0486

Tints of Indigo #3C0486

Color information

#3C0486 (or 0x3C0486) is unknown color: approx Indigo. HEX triplet: 3C, 04 and 86. RGB value is (60,4,134). Sum of RGB (Red+Green+Blue) = 60+4+134=198 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.30% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 134 (52.73% from 255 or 67.68% from 198); Max value from RGB is 134 - color contains mainly: blue. Hex color #3C0486 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0486 is #C3FB79. Grayscale: #232323. Windows color (decimal): -12843898 or 8782908. OLE color: 8782908.

HSL color Cylindrical-coordinate representation of color #3C0486: hue angle of 265.85º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0486 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB604134-
CMYK0.550.9700.47
HSL265.85º94.2%27.06%-
HSV(B)265.85º97.01%52.55%-
XYZ6.212.7722.76-
YUV35.56183.55145.43-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.30%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 134 (52.73% from 255) = 67.68%
R=30.30%
G=2.02%
B=67.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6041340.550.9700.47265.8594.227.06
Hex3C486376102F10a5e1b
Octal7442066714105741213633
Binary1111001001000011011011111000010101111100001010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0486; }

 p { color: rgb(60,4,134); }

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

<style>
 a { background-color: #3C0486; }

 a { background-color: rgb(60,4,134); }

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

<style>
 span { border-color: #3C0486; }

 span { border-color: rgb(60,4,134); }

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