#39377B

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

Shades of Jacksons Purple #39377B

Tints of Jacksons Purple #39377B

Color information

#39377B (or 0x39377B) is unknown color: approx Jacksons Purple. HEX triplet: 39, 37 and 7B. RGB value is (57,55,123). Sum of RGB (Red+Green+Blue) = 57+55+123=235 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.26% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #39377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39377B is #C6C884. Grayscale: #3F3F3F. Windows color (decimal): -13027461 or 8075065. OLE color: 8075065.

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

Color convert

RGB5755123-
CMYK0.540.5500.52
HSL241.76º38.2%34.9%-
HSV(B)241.76º55.28%48.24%-
XYZ6.635.0319.36-
YUV63.35161.66123.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.26%
GREEN value IS 55 (21.88% from 255) = 23.40%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=24.26%
G=23.40%
B=52.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57551230.540.5500.52241.7638.234.9
Hex39377B3637034f22623
Octal716717366670643624643
Binary1110011101111111011110110110111011010011110010100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39377B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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