#3C3E8B

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

Shades of Jacksons Purple #3C3E8B

Tints of Jacksons Purple #3C3E8B

Color information

#3C3E8B (or 0x3C3E8B) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 3E and 8B. RGB value is (60,62,139). Sum of RGB (Red+Green+Blue) = 60+62+139=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C3E8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3E8B is #C3C174. Grayscale: #454545. Windows color (decimal): -12829045 or 9125436. OLE color: 9125436.

HSL color Cylindrical-coordinate representation of color #3C3E8B: hue angle of 238.48º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C3E8B is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6062139-
CMYK0.570.5500.45
HSL238.48º39.7%39.02%-
HSV(B)238.48º56.83%54.51%-
XYZ8.256.2725.2-
YUV70.18166.84120.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.99%
GREEN value IS 62 (24.61% from 255) = 23.75%
BLUE value IS 139 (54.69% from 255) = 53.26%
R=22.99%
G=23.75%
B=53.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60621390.570.5500.45238.4839.739.02
Hex3C3E8B393702Dee2827
Octal747621371670553565047
Binary11110011111010001011111001110111010110111101110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,62,139); }

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

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

 a { background-color: rgb(60,62,139); }

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

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

 span { border-color: rgb(60,62,139); }

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