#39337B

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

Shades of Jacksons Purple #39337B

Tints of Jacksons Purple #39337B

Color information

#39337B (or 0x39337B) is unknown color: approx Jacksons Purple. HEX triplet: 39, 33 and 7B. RGB value is (57,51,123). Sum of RGB (Red+Green+Blue) = 57+51+123=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #39337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39337B is #C6CC84. Grayscale: #3C3C3C. Windows color (decimal): -13028485 or 8074041. OLE color: 8074041.

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

Color convert

RGB5751123-
CMYK0.540.5900.52
HSL245º41.38%34.12%-
HSV(B)245º58.54%48.24%-
XYZ6.454.6719.3-
YUV61162.99125.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.68%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=24.68%
G=22.08%
B=53.25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57511230.540.5900.5224541.3834.12
Hex39337B363B034f52922
Octal716317366730643655142
Binary1110011100111111011110110111011011010011110101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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