#3E427B

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

Shades of Jacksons Purple #3E427B

Tints of Jacksons Purple #3E427B

Color information

#3E427B (or 0x3E427B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 42 and 7B. RGB value is (62,66,123). Sum of RGB (Red+Green+Blue) = 62+66+123=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 123 (48.44% from 255 or 49.00% from 251); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E427B is #C1BD84. Grayscale: #474747. Windows color (decimal): -12696965 or 8077886. OLE color: 8077886.

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

Color convert

RGB6266123-
CMYK0.500.4600.52
HSL236.07º32.97%36.27%-
HSV(B)236.07º49.59%48.24%-
XYZ7.516.3519.57-
YUV71.3157.17121.37-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.70%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 123 (48.44% from 255) = 49.00%
R=24.70%
G=26.29%
B=49.00%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62661230.500.4600.52236.0732.9736.27
Hex3E427B322E034ec2124
Octal7610217362560643544144
Binary11111010000101111011110010101110011010011101100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,66,123); }

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

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

 a { background-color: rgb(62,66,123); }

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

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

 span { border-color: rgb(62,66,123); }

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