Html Css Color HEX #393976 Jacksons Purple

📋 copy color: '#393976'

red 57 ◦ green 57 ◦ blue 118

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

Shades of Jacksons Purple #393976

Tints of Jacksons Purple #393976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.86%

R = 24.57%
G = 24.57%
B = 50.86%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393976 (or 0x393976) is known color: Jacksons Purple. HEX triplet: 39, 39 and 76. RGB value is (57,57,118). Sum of RGB (Red+Green+Blue) = 57+57+118=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #393976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393976 is #C6C689. Grayscale: #3F3F3F. Windows color (decimal): -13026954 or 7747897. OLE color: 7747897.

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

Color convert

RGB 57 57 118 -
CMYK 0.52 0.52 0 0.54
HSL 240º 0.35% 0.34% -
HSV(B) 240º 0.52% 0.46% -
XYZ 6.42 5.1 17.79 -
YUV 63.95 158.5 123.04 -
System Red Green Blue C M Y K H S L
Decimal 57 57 118 0.52 0.52 0 0.54 240 0.35 0.34
Hex 39 39 76 34 34 0 36 F0 23 22
Octal 71 71 166 64 64 0 66 360 43 42
Binary 111001 111001 1110110 110100 110100 0 110110 11110000 100011 100010

Color Harmonies of #393976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393976

Black with #393976

Text Example


Text Example

White with #393976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393976; }

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

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

background-color css

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

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

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

border-color css

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

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

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