#3C347B

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

Shades of Jacksons Purple #3C347B

Tints of Jacksons Purple #3C347B

Color information

#3C347B (or 0x3C347B) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 34 and 7B. RGB value is (60,52,123). Sum of RGB (Red+Green+Blue) = 60+52+123=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #3C347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C347B is #C3CB84. Grayscale: #3E3E3E. Windows color (decimal): -12831621 or 8074300. OLE color: 8074300.

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

Color convert

RGB6052123-
CMYK0.510.5800.52
HSL246.76º40.57%34.31%-
HSV(B)246.76º57.72%48.24%-
XYZ6.674.8519.32-
YUV62.49162.15126.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.53%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=25.53%
G=22.13%
B=52.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal60521230.510.5800.52246.7640.5734.31
Hex3C347B333A034f72922
Octal746417363720643675142
Binary1111001101001111011110011111010011010011110111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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