#3E3781

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

Shades of Jacksons Purple #3E3781

Tints of Jacksons Purple #3E3781

Color information

#3E3781 (or 0x3E3781) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 37 and 81. RGB value is (62,55,129). Sum of RGB (Red+Green+Blue) = 62+55+129=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #3E3781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3781 is #C1C87E. Grayscale: #414141. Windows color (decimal): -12699775 or 8468286. OLE color: 8468286.

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

Color convert

RGB6255129-
CMYK0.520.5700.49
HSL245.68º40.22%36.08%-
HSV(B)245.68º57.36%50.59%-
XYZ7.325.3421.41-
YUV65.53163.82125.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.20%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 129 (50.78% from 255) = 52.44%
R=25.20%
G=22.36%
B=52.44%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal62551290.520.5700.49245.6840.2236.08
Hex3E37813439031f62824
Octal766720164710613665044
Binary11111011011110000001110100111001011000111110110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,55,129); }

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

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

 a { background-color: rgb(62,55,129); }

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

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

 span { border-color: rgb(62,55,129); }

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