#3C3D8A

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

Shades of Jacksons Purple #3C3D8A

Tints of Jacksons Purple #3C3D8A

Color information

#3C3D8A (or 0x3C3D8A) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 3D and 8A. RGB value is (60,61,138). Sum of RGB (Red+Green+Blue) = 60+61+138=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 138 (54.30% from 255 or 53.28% from 259); Max value from RGB is 138 - color contains mainly: blue. Hex color #3C3D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3D8A is #C3C275. Grayscale: #454545. Windows color (decimal): -12829302 or 9059644. OLE color: 9059644.

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

Color convert

RGB6061138-
CMYK0.570.5600.46
HSL239.23º39.39%38.82%-
HSV(B)239.23º56.52%54.12%-
XYZ8.126.1324.8-
YUV69.48166.67121.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.17%
GREEN value IS 61 (24.22% from 255) = 23.55%
BLUE value IS 138 (54.30% from 255) = 53.28%
R=23.17%
G=23.55%
B=53.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60611380.570.5600.46239.2339.3938.82
Hex3C3D8A393802Eef2727
Octal747521271700563574747
Binary11110011110110001010111001111000010111011101111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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