Html Css Color HEX #393278 Jacksons Purple

📋 copy color: '#393278'

red 57 ◦ green 50 ◦ blue 120

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

Shades of Jacksons Purple #393278

Tints of Jacksons Purple #393278

RGB

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

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

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

R = 25.11%
G = 22.03%
B = 52.86%

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

#393278 (or 0x393278) is known color: Jacksons Purple. HEX triplet: 39, 32 and 78. RGB value is (57,50,120). Sum of RGB (Red+Green+Blue) = 57+50+120=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #393278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393278 is #C6CD87. Grayscale: #3B3B3B. Windows color (decimal): -13028744 or 7877177. OLE color: 7877177.

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

Color convert

RGB 57 50 120 -
CMYK 0.52 0.58 0 0.53
HSL 246º 0.41% 0.33% -
HSV(B) 246º 0.58% 0.47% -
XYZ 6.22 4.51 18.31 -
YUV 60.07 161.82 125.81 -
System Red Green Blue C M Y K H S L
Decimal 57 50 120 0.52 0.58 0 0.53 246 0.41 0.33
Hex 39 32 78 34 3A 0 35 F6 29 21
Octal 71 62 170 64 72 0 65 366 51 41
Binary 111001 110010 1111000 110100 111010 0 110101 11110110 101001 100001

Color Harmonies of #393278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393278

Black with #393278

Text Example


Text Example

White with #393278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393278; }

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

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

background-color css

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

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

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

border-color css

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

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

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