#3E427A

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

Shades of Jacksons Purple #3E427A

Tints of Jacksons Purple #3E427A

Color information

#3E427A (or 0x3E427A) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 42 and 7A. RGB value is (62,66,122). Sum of RGB (Red+Green+Blue) = 62+66+122=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 122 (48.05% from 255 or 48.8% from 250); Max value from RGB is 122 - color contains mainly: blue. Hex color #3E427A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E427A is #C1BD85. Grayscale: #464646. Windows color (decimal): -12696966 or 8012350. OLE color: 8012350.

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

Color convert

RGB6266122-
CMYK0.490.4600.52
HSL236º32.61%36.08%-
HSV(B)236º49.18%47.84%-
XYZ7.456.3319.24-
YUV71.19156.67121.45-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.8%
GREEN value IS 66 (26.17% from 255) = 26.4%
BLUE value IS 122 (48.05% from 255) = 48.8%
R=24.8%
G=26.4%
B=48.8%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62661220.490.4600.5223632.6136.08
Hex3E427A312E034ec2124
Octal7610217261560643544144
Binary11111010000101111010110001101110011010011101100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E427A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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