#39418A

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

Shades of Jacksons Purple #39418A

Tints of Jacksons Purple #39418A

Color information

#39418A (or 0x39418A) is unknown color: approx Jacksons Purple. HEX triplet: 39, 41 and 8A. RGB value is (57,65,138). Sum of RGB (Red+Green+Blue) = 57+65+138=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #39418A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39418A is #C6BE75. Grayscale: #464646. Windows color (decimal): -13024886 or 9060665. OLE color: 9060665.

HSL color Cylindrical-coordinate representation of color #39418A: hue angle of 234.07º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39418A is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5765138-
CMYK0.590.5300.46
HSL234.07º41.54%38.24%-
HSV(B)234.07º58.7%54.12%-
XYZ8.176.4924.87-
YUV70.93165.85118.06-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 138 (54.30% from 255) = 53.08%
R=21.92%
G=25%
B=53.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57651380.590.5300.46234.0741.5438.24
Hex39418A3B3502Eea2a26
Octal7110121273650563525246
Binary111001100000110001010111011110101010111011101010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39418A; }

 p { color: rgb(57,65,138); }

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

<style>
 a { background-color: #39418A; }

 a { background-color: rgb(57,65,138); }

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

<style>
 span { border-color: #39418A; }

 span { border-color: rgb(57,65,138); }

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