Html Css Color HEX #393576 Jacksons Purple

📋 copy color: '#393576'

red 57 ◦ green 53 ◦ blue 118

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

Shades of Jacksons Purple #393576

Tints of Jacksons Purple #393576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

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

R = 25%
G = 23.25%
B = 51.75%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#393576 (or 0x393576) is known color: Jacksons Purple. HEX triplet: 39, 35 and 76. RGB value is (57,53,118). Sum of RGB (Red+Green+Blue) = 57+53+118=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #393576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393576 is #C6CA89. Grayscale: #3D3D3D. Windows color (decimal): -13027978 or 7746873. OLE color: 7746873.

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

Color convert

RGB 57 53 118 -
CMYK 0.52 0.55 0 0.54
HSL 243.69º 0.38% 0.34% -
HSV(B) 243.69º 0.55% 0.46% -
XYZ 6.23 4.72 17.72 -
YUV 61.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 57 53 118 0.52 0.55 0 0.54 243.69 0.38 0.34
Hex 39 35 76 34 37 0 36 F4 26 22
Octal 71 65 166 64 67 0 66 364 46 42
Binary 111001 110101 1110110 110100 110111 0 110110 11110100 100110 100010

Color Harmonies of #393576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393576

Black with #393576

Text Example


Text Example

White with #393576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393576; }

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

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

background-color css

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

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

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

border-color css

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

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

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