#3C3482

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

Shades of Jacksons Purple #3C3482

Tints of Jacksons Purple #3C3482

Color information

#3C3482 (or 0x3C3482) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 34 and 82. RGB value is (60,52,130). Sum of RGB (Red+Green+Blue) = 60+52+130=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3482 is #C3CB7D. Grayscale: #3E3E3E. Windows color (decimal): -12831614 or 8533052. OLE color: 8533052.

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

Color convert

RGB6052130-
CMYK0.540.6000.49
HSL246.15º42.86%35.69%-
HSV(B)246.15º60%50.98%-
XYZ7.125.0321.71-
YUV63.28165.65125.66-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.79%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=24.79%
G=21.49%
B=53.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60521300.540.6000.49246.1542.8635.69
Hex3C3482363C031f62b24
Octal746420266740613665344
Binary11110011010010000010110110111100011000111110110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,52,130); }

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

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

 a { background-color: rgb(60,52,130); }

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

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

 span { border-color: rgb(60,52,130); }

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