#3C347F

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

Shades of Jacksons Purple #3C347F

Tints of Jacksons Purple #3C347F

Color information

#3C347F (or 0x3C347F) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 34 and 7F. RGB value is (60,52,127). Sum of RGB (Red+Green+Blue) = 60+52+127=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C347F is #C3CB80. Grayscale: #3E3E3E. Windows color (decimal): -12831617 or 8336444. OLE color: 8336444.

HSL color Cylindrical-coordinate representation of color #3C347F: hue angle of 246.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C347F is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6052127-
CMYK0.530.5900.50
HSL246.4º41.9%35.1%-
HSV(B)246.4º59.06%49.8%-
XYZ6.924.9520.67-
YUV62.94164.15125.9-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 127 (50% from 255) = 53.14%
R=25.10%
G=21.76%
B=53.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60521270.530.5900.50246.441.935.1
Hex3C347F353B032f62a23
Octal746417765730623665243
Binary1111001101001111111110101111011011001011110110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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