#3E347F

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

Shades of Jacksons Purple #3E347F

Tints of Jacksons Purple #3E347F

Color information

#3E347F (or 0x3E347F) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 34 and 7F. RGB value is (62,52,127). Sum of RGB (Red+Green+Blue) = 62+52+127=241 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.73% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E347F is #C1CB80. Grayscale: #3F3F3F. Windows color (decimal): -12700545 or 8336446. OLE color: 8336446.

HSL color Cylindrical-coordinate representation of color #3E347F: hue angle of 248º 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 #3E347F is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6252127-
CMYK0.510.5900.50
HSL248º41.9%35.1%-
HSV(B)248º59.06%49.8%-
XYZ7.055.0120.67-
YUV63.54163.81126.9-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.73%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 127 (50% from 255) = 52.70%
R=25.73%
G=21.58%
B=52.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal62521270.510.5900.5024841.935.1
Hex3E347F333B032f82a23
Octal766417763730623705243
Binary1111101101001111111110011111011011001011111000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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