Html Css Color HEX #393378 Jacksons Purple

📋 copy color: '#393378'

red 57 ◦ green 51 ◦ blue 120

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

Shades of Jacksons Purple #393378

Tints of Jacksons Purple #393378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 25%
G = 22.37%
B = 52.63%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#393378 (or 0x393378) is known color: Jacksons Purple. HEX triplet: 39, 33 and 78. RGB value is (57,51,120). Sum of RGB (Red+Green+Blue) = 57+51+120=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #393378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393378 is #C6CC87. Grayscale: #3C3C3C. Windows color (decimal): -13028488 or 7877433. OLE color: 7877433.

HSL color Cylindrical-coordinate representation of color #393378: hue angle of 245.22º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393378 is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 51 120 -
CMYK 0.52 0.58 0 0.53
HSL 245.22º 0.4% 0.34% -
HSV(B) 245.22º 0.58% 0.47% -
XYZ 6.26 4.59 18.33 -
YUV 60.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 57 51 120 0.52 0.58 0 0.53 245.22 0.4 0.34
Hex 39 33 78 34 3A 0 35 F5 28 22
Octal 71 63 170 64 72 0 65 365 50 42
Binary 111001 110011 1111000 110100 111010 0 110101 11110101 101000 100010

Color Harmonies of #393378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393378

Black with #393378

Text Example


Text Example

White with #393378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393378; }

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

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

background-color css

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

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

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

border-color css

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

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

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