#3C3D8E

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

Shades of Jacksons Purple #3C3D8E

Tints of Jacksons Purple #3C3D8E

Color information

#3C3D8E (or 0x3C3D8E) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 3D and 8E. RGB value is (60,61,142). Sum of RGB (Red+Green+Blue) = 60+61+142=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 142 (55.86% from 255 or 53.99% from 263); Max value from RGB is 142 - color contains mainly: blue. Hex color #3C3D8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3D8E is #C3C271. Grayscale: #454545. Windows color (decimal): -12829298 or 9321788. OLE color: 9321788.

HSL color Cylindrical-coordinate representation of color #3C3D8E: hue angle of 239.27º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C3D8E is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6061142-
CMYK0.580.5700.44
HSL239.27º40.59%39.61%-
HSV(B)239.27º57.75%55.69%-
XYZ8.416.2526.35-
YUV69.93168.67120.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 61 (24.22% from 255) = 23.19%
BLUE value IS 142 (55.86% from 255) = 53.99%
R=22.81%
G=23.19%
B=53.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal60611420.580.5700.44239.2740.5939.61
Hex3C3D8E3A3902Cef2928
Octal747521672710543575150
Binary11110011110110001110111010111001010110011101111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,61,142); }

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

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

 a { background-color: rgb(60,61,142); }

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

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

 span { border-color: rgb(60,61,142); }

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