Html Css Color HEX #393978 Jacksons Purple

📋 copy color: '#393978'

red 57 ◦ green 57 ◦ blue 120

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

Shades of Jacksons Purple #393978

Tints of Jacksons Purple #393978

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

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

R = 24.36%
G = 24.36%
B = 51.28%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#393978 (or 0x393978) is known color: Jacksons Purple. HEX triplet: 39, 39 and 78. RGB value is (57,57,120). Sum of RGB (Red+Green+Blue) = 57+57+120=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #393978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393978 is #C6C687. Grayscale: #3F3F3F. Windows color (decimal): -13026952 or 7878969. OLE color: 7878969.

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

Color convert

RGB 57 57 120 -
CMYK 0.52 0.52 0 0.53
HSL 240º 0.36% 0.35% -
HSV(B) 240º 0.53% 0.47% -
XYZ 6.54 5.15 18.42 -
YUV 64.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 57 57 120 0.52 0.52 0 0.53 240 0.36 0.35
Hex 39 39 78 34 34 0 35 F0 24 23
Octal 71 71 170 64 64 0 65 360 44 43
Binary 111001 111001 1111000 110100 110100 0 110101 11110000 100100 100011

Color Harmonies of #393978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393978

Black with #393978

Text Example


Text Example

White with #393978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393978; }

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

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

background-color css

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

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

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

border-color css

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

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

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