Html Css Color HEX #393B76 Jacksons Purple

📋 copy color: '#393B76'

red 57 ◦ green 59 ◦ blue 118

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

Shades of Jacksons Purple #393B76

Tints of Jacksons Purple #393B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.21%

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

R = 24.36%
G = 25.21%
B = 50.43%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393B76 (or 0x393B76) is known color: Jacksons Purple. HEX triplet: 39, 3B and 76. RGB value is (57,59,118). Sum of RGB (Red+Green+Blue) = 57+59+118=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 118 (46.48% from 255 or 50.43% from 234); Max value from RGB is 118 - color contains mainly: blue. Hex color #393B76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393B76 is #C6C489. Grayscale: #404040. Windows color (decimal): -13026442 or 7748409. OLE color: 7748409.

HSL color Cylindrical-coordinate representation of color #393B76: hue angle of 238.03º 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 #393B76 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 59 118 -
CMYK 0.52 0.50 0 0.54
HSL 238.03º 0.35% 0.34% -
HSV(B) 238.03º 0.52% 0.46% -
XYZ 6.52 5.31 17.82 -
YUV 65.13 157.84 122.2 -
System Red Green Blue C M Y K H S L
Decimal 57 59 118 0.52 0.50 0 0.54 238.03 0.35 0.34
Hex 39 3B 76 34 32 0 36 EE 23 22
Octal 71 73 166 64 62 0 66 356 43 42
Binary 111001 111011 1110110 110100 110010 0 110110 11101110 100011 100010

Color Harmonies of #393B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393B76

Black with #393B76

Text Example


Text Example

White with #393B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393B76; }

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

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

background-color css

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

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

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

border-color css

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

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

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