#39347D

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

Shades of Jacksons Purple #39347D

Tints of Jacksons Purple #39347D

Color information

#39347D (or 0x39347D) is unknown color: approx Jacksons Purple. HEX triplet: 39, 34 and 7D. RGB value is (57,52,125). Sum of RGB (Red+Green+Blue) = 57+52+125=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #39347D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39347D is #C6CB82. Grayscale: #3D3D3D. Windows color (decimal): -13028227 or 8205369. OLE color: 8205369.

HSL color Cylindrical-coordinate representation of color #39347D: hue angle of 244.11º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39347D is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5752125-
CMYK0.540.5800.51
HSL244.11º41.24%34.71%-
HSV(B)244.11º58.4%49.02%-
XYZ6.624.8119.98-
YUV61.82163.66124.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 125 (49.22% from 255) = 53.42%
R=24.36%
G=22.22%
B=53.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57521250.540.5800.51244.1141.2434.71
Hex39347D363A033f42923
Octal716417566720633645143
Binary1110011101001111101110110111010011001111110100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39347D; }

 p { color: rgb(57,52,125); }

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

<style>
 a { background-color: #39347D; }

 a { background-color: rgb(57,52,125); }

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

<style>
 span { border-color: #39347D; }

 span { border-color: rgb(57,52,125); }

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