#3C327C

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

Shades of Jacksons Purple #3C327C

Tints of Jacksons Purple #3C327C

Color information

#3C327C (or 0x3C327C) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 32 and 7C. RGB value is (60,50,124). Sum of RGB (Red+Green+Blue) = 60+50+124=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C327C is #C3CD83. Grayscale: #3D3D3D. Windows color (decimal): -12832132 or 8139324. OLE color: 8139324.

HSL color Cylindrical-coordinate representation of color #3C327C: hue angle of 248.11º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C327C is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6050124-
CMYK0.520.6000.51
HSL248.11º42.53%34.12%-
HSV(B)248.11º59.68%48.63%-
XYZ6.644.719.63-
YUV61.43163.31126.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.64%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=25.64%
G=21.37%
B=52.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60501240.520.6000.51248.1142.5334.12
Hex3C327C343C033f82b22
Octal746217464740633705342
Binary1111001100101111100110100111100011001111111000101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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