Html Css Color HEX #393476 Jacksons Purple

📋 copy color: '#393476'

red 57 ◦ green 52 ◦ blue 118

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

Shades of Jacksons Purple #393476

Tints of Jacksons Purple #393476

RGB

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

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

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

R = 25.11%
G = 22.91%
B = 51.98%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393476 (or 0x393476) is known color: Jacksons Purple. HEX triplet: 39, 34 and 76. RGB value is (57,52,118). Sum of RGB (Red+Green+Blue) = 57+52+118=227 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25.11% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #393476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393476 is #C6CB89. Grayscale: #3C3C3C. Windows color (decimal): -13028234 or 7746617. OLE color: 7746617.

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

Color convert

RGB 57 52 118 -
CMYK 0.52 0.56 0 0.54
HSL 244.55º 0.39% 0.33% -
HSV(B) 244.55º 0.56% 0.46% -
XYZ 6.19 4.63 17.71 -
YUV 61.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 57 52 118 0.52 0.56 0 0.54 244.55 0.39 0.33
Hex 39 34 76 34 38 0 36 F5 27 21
Octal 71 64 166 64 70 0 66 365 47 41
Binary 111001 110100 1110110 110100 111000 0 110110 11110101 100111 100001

Color Harmonies of #393476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393476

Black with #393476

Text Example


Text Example

White with #393476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393476; }

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

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

background-color css

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

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

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

border-color css

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

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

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