#3C3481

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

Shades of Jacksons Purple #3C3481

Tints of Jacksons Purple #3C3481

Color information

#3C3481 (or 0x3C3481) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 34 and 81. RGB value is (60,52,129). Sum of RGB (Red+Green+Blue) = 60+52+129=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #3C3481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3481 is #C3CB7E. Grayscale: #3E3E3E. Windows color (decimal): -12831615 or 8467516. OLE color: 8467516.

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

Color convert

RGB6052129-
CMYK0.530.6000.49
HSL246.23º42.54%35.49%-
HSV(B)246.23º59.69%50.59%-
XYZ7.05521.36-
YUV63.17165.15125.74-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 129 (50.78% from 255) = 53.53%
R=24.90%
G=21.58%
B=53.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60521290.530.6000.49246.2342.5435.49
Hex3C3481353C031f62b23
Octal746420165740613665343
Binary11110011010010000001110101111100011000111110110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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