#3C327B

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

Shades of Jacksons Purple #3C327B

Tints of Jacksons Purple #3C327B

Color information

#3C327B (or 0x3C327B) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 32 and 7B. RGB value is (60,50,123). Sum of RGB (Red+Green+Blue) = 60+50+123=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C327B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C327B is #C3CD84. Grayscale: #3D3D3D. Windows color (decimal): -12832133 or 8073788. OLE color: 8073788.

HSL color Cylindrical-coordinate representation of color #3C327B: hue angle of 248.22º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C327B is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6050123-
CMYK0.510.5900.52
HSL248.22º42.2%33.92%-
HSV(B)248.22º59.35%48.24%-
XYZ6.584.6719.29-
YUV61.31162.81127.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.75%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 123 (48.44% from 255) = 52.79%
R=25.75%
G=21.46%
B=52.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60501230.510.5900.52248.2242.233.92
Hex3C327B333B034f82a22
Octal746217363730643705242
Binary1111001100101111011110011111011011010011111000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C327B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,123); }

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

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

 a { background-color: rgb(60,50,123); }

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

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

 span { border-color: rgb(60,50,123); }

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