#3C3F8C

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

Shades of Jacksons Purple #3C3F8C

Tints of Jacksons Purple #3C3F8C

Color information

#3C3F8C (or 0x3C3F8C) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 3F and 8C. RGB value is (60,63,140). Sum of RGB (Red+Green+Blue) = 60+63+140=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C3F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3F8C is #C3C073. Grayscale: #464646. Windows color (decimal): -12828788 or 9191228. OLE color: 9191228.

HSL color Cylindrical-coordinate representation of color #3C3F8C: hue angle of 237.75º 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 #3C3F8C is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6063140-
CMYK0.570.5500.45
HSL237.75º40%39.22%-
HSV(B)237.75º57.14%54.9%-
XYZ8.376.4125.61-
YUV70.88167.01120.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 63 (25% from 255) = 23.95%
BLUE value IS 140 (55.08% from 255) = 53.23%
R=22.81%
G=23.95%
B=53.23%

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
Decimal60631400.570.5500.45237.754039.22
Hex3C3F8C393702Dee2827
Octal747721471670553565047
Binary11110011111110001100111001110111010110111101110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,63,140); }

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

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

 a { background-color: rgb(60,63,140); }

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

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

 span { border-color: rgb(60,63,140); }

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