#3E417B

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

Shades of Jacksons Purple #3E417B

Tints of Jacksons Purple #3E417B

Color information

#3E417B (or 0x3E417B) is unknown color: approx Jacksons Purple. HEX triplet: 3E, 41 and 7B. RGB value is (62,65,123). Sum of RGB (Red+Green+Blue) = 62+65+123=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #3E417B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E417B is #C1BE84. Grayscale: #464646. Windows color (decimal): -12697221 or 8077630. OLE color: 8077630.

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

Color convert

RGB6265123-
CMYK0.500.4700.52
HSL237.05º32.97%36.27%-
HSV(B)237.05º49.59%48.24%-
XYZ7.456.2319.55-
YUV70.72157.51121.78-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.8%
GREEN value IS 65 (25.78% from 255) = 26%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=24.8%
G=26%
B=49.2%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal62651230.500.4700.52237.0532.9736.27
Hex3E417B322F034ed2124
Octal7610117362570643554144
Binary11111010000011111011110010101111011010011101101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E417B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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