Html Css Color HEX #39327A Jacksons Purple

📋 copy color: '#39327A'

red 57 ◦ green 50 ◦ blue 122

#39327A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #39327A

Tints of Jacksons Purple #39327A

RGB

 RED value IS 57 (22.66% from 255) = 24.89%

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 122 (48.05% from 255) = 53.28%

R = 24.89%
G = 21.83%
B = 53.28%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#39327A (or 0x39327A) is known color: Jacksons Purple. HEX triplet: 39, 32 and 7A. RGB value is (57,50,122). Sum of RGB (Red+Green+Blue) = 57+50+122=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #39327A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39327A is #C6CD85. Grayscale: #3C3C3C. Windows color (decimal): -13028742 or 8008249. OLE color: 8008249.

HSL color Cylindrical-coordinate representation of color #39327A: hue angle of 245.83º degrees, saturation: 0.42, 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 #39327A is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 50 122 -
CMYK 0.53 0.59 0 0.52
HSL 245.83º 0.42% 0.34% -
HSV(B) 245.83º 0.59% 0.48% -
XYZ 6.34 4.56 18.96 -
YUV 60.3 162.82 125.65 -
System Red Green Blue C M Y K H S L
Decimal 57 50 122 0.53 0.59 0 0.52 245.83 0.42 0.34
Hex 39 32 7A 35 3B 0 34 F6 2A 22
Octal 71 62 172 65 73 0 64 366 52 42
Binary 111001 110010 1111010 110101 111011 0 110100 11110110 101010 100010

Color Harmonies of #39327A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39327A

Black with #39327A

Text Example


Text Example

White with #39327A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,50,122); }

 H1.HeaderClassName
 {
   color: #39327A;
 }
 .AnyTagClassName
 {
   color: #39327A;
 }
</style>

background-color css

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

 a { background-color: rgb(57,50,122); }

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

border-color css

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

 span { border-color: rgb(57,50,122); }

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