#3C407A

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

Shades of Jacksons Purple #3C407A

Tints of Jacksons Purple #3C407A

Color information

#3C407A (or 0x3C407A) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 40 and 7A. RGB value is (60,64,122). Sum of RGB (Red+Green+Blue) = 60+64+122=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #3C407A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C407A is #C3BF85. Grayscale: #454545. Windows color (decimal): -12828550 or 8011836. OLE color: 8011836.

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

Color convert

RGB6064122-
CMYK0.510.4800.52
HSL236.13º34.07%35.69%-
HSV(B)236.13º50.82%47.84%-
XYZ7.216.0319.2-
YUV69.42157.67121.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.39%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=24.39%
G=26.02%
B=49.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60641220.510.4800.52236.1334.0735.69
Hex3C407A3330034ec2224
Octal7410017263600643544244
Binary11110010000001111010110011110000011010011101100100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C407A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,122); }

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

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

 a { background-color: rgb(60,64,122); }

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

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

 span { border-color: rgb(60,64,122); }

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