#39407B

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

Shades of Jacksons Purple #39407B

Tints of Jacksons Purple #39407B

Color information

#39407B (or 0x39407B) is unknown color: approx Jacksons Purple. HEX triplet: 39, 40 and 7B. RGB value is (57,64,123). Sum of RGB (Red+Green+Blue) = 57+64+123=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #39407B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39407B is #C6BF84. Grayscale: #444444. Windows color (decimal): -13025157 or 8077369. OLE color: 8077369.

HSL color Cylindrical-coordinate representation of color #39407B: hue angle of 233.64º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39407B is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5764123-
CMYK0.540.4800.52
HSL233.64º36.67%35.29%-
HSV(B)233.64º53.66%48.24%-
XYZ7.15.9719.52-
YUV68.63158.68119.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=23.36%
G=26.23%
B=50.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57641230.540.4800.52233.6436.6735.29
Hex39407B3630034ea2523
Octal7110017366600643524543
Binary11100110000001111011110110110000011010011101010100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39407B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39407B; }

 p { color: rgb(57,64,123); }

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

<style>
 a { background-color: #39407B; }

 a { background-color: rgb(57,64,123); }

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

<style>
 span { border-color: #39407B; }

 span { border-color: rgb(57,64,123); }

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