Html Css Color HEX #393478 Jacksons Purple

📋 copy color: '#393478'

red 57 ◦ green 52 ◦ blue 120

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

Shades of Jacksons Purple #393478

Tints of Jacksons Purple #393478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.71%

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

R = 24.89%
G = 22.71%
B = 52.4%

CMYK

 C value IS 0.52

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#393478 (or 0x393478) is known color: Jacksons Purple. HEX triplet: 39, 34 and 78. RGB value is (57,52,120). Sum of RGB (Red+Green+Blue) = 57+52+120=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #393478 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393478 is #C6CB87. Grayscale: #3C3C3C. Windows color (decimal): -13028232 or 7877689. OLE color: 7877689.

HSL color Cylindrical-coordinate representation of color #393478: hue angle of 244.41º 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 #393478 is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 52 120 -
CMYK 0.52 0.57 0 0.53
HSL 244.41º 0.4% 0.34% -
HSV(B) 244.41º 0.57% 0.47% -
XYZ 6.31 4.68 18.34 -
YUV 61.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 57 52 120 0.52 0.57 0 0.53 244.41 0.4 0.34
Hex 39 34 78 34 39 0 35 F4 28 22
Octal 71 64 170 64 71 0 65 364 50 42
Binary 111001 110100 1111000 110100 111001 0 110101 11110100 101000 100010

Color Harmonies of #393478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393478

Black with #393478

Text Example


Text Example

White with #393478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393478; }

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

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

background-color css

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

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

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

border-color css

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

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

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