#3E428C

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

Shades of Jacksons Purple #3E428C

Tints of Jacksons Purple #3E428C

Color information

#3E428C (or 0x3E428C) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 42 and 8C. RGB value is (62,66,140). Sum of RGB (Red+Green+Blue) = 62+66+140=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #3E428C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E428C is #C1BD73. Grayscale: #484848. Windows color (decimal): -12696948 or 9191998. OLE color: 9191998.

HSL color Cylindrical-coordinate representation of color #3E428C: hue angle of 236.92º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E428C is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6266140-
CMYK0.560.5300.45
HSL236.92º38.61%39.61%-
HSV(B)236.92º55.71%54.9%-
XYZ8.676.8125.67-
YUV73.24165.67119.98-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.13%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=23.13%
G=24.63%
B=52.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal62661400.560.5300.45236.9238.6139.61
Hex3E428C383502Ded2728
Octal7610221470650553554750
Binary111110100001010001100111000110101010110111101101100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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