Html Css Color HEX #393E84 Jacksons Purple

📋 copy color: '#393E84'

red 57 ◦ green 62 ◦ blue 132

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

Shades of Jacksons Purple #393E84

Tints of Jacksons Purple #393E84

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.7%

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 22.71%
G = 24.7%
B = 52.59%

CMYK

 C value IS 0.57

 M value IS 0.53

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#393E84 (or 0x393E84) is known color: Jacksons Purple. HEX triplet: 39, 3E and 84. RGB value is (57,62,132). Sum of RGB (Red+Green+Blue) = 57+62+132=251 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.71% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #393E84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393E84 is #C6C17B. Grayscale: #444444. Windows color (decimal): -13025660 or 8666681. OLE color: 8666681.

HSL color Cylindrical-coordinate representation of color #393E84: hue angle of 236º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #393E84 is Cyan = 0.57, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 62 132 -
CMYK 0.57 0.53 0 0.48
HSL 236º 0.4% 0.37% -
HSV(B) 236º 0.57% 0.52% -
XYZ 7.57 5.98 22.59 -
YUV 68.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 57 62 132 0.57 0.53 0 0.48 236 0.4 0.37
Hex 39 3E 84 39 35 0 30 EC 28 25
Octal 71 76 204 71 65 0 60 354 50 45
Binary 111001 111110 10000100 111001 110101 0 110000 11101100 101000 100101

Color Harmonies of #393E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393E84

Black with #393E84

Text Example


Text Example

White with #393E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,62,132); }

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

background-color css

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

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

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

border-color css

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

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

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