Html Css Color HEX #393F89 Jacksons Purple

📋 copy color: '#393F89'

red 57 ◦ green 63 ◦ blue 137

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

Shades of Jacksons Purple #393F89

Tints of Jacksons Purple #393F89

RGB

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

 GREEN value IS 63 (25% from 255) = 24.51%

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 22.18%
G = 24.51%
B = 53.31%

CMYK

 C value IS 0.58

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#393F89 (or 0x393F89) is known color: Jacksons Purple. HEX triplet: 39, 3F and 89. RGB value is (57,63,137). Sum of RGB (Red+Green+Blue) = 57+63+137=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #393F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F89 is #C6C076. Grayscale: #454545. Windows color (decimal): -13025399 or 8994617. OLE color: 8994617.

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

Color convert

RGB 57 63 137 -
CMYK 0.58 0.54 0 0.46
HSL 235.5º 0.41% 0.38% -
HSV(B) 235.5º 0.58% 0.54% -
XYZ 7.98 6.23 24.45 -
YUV 69.64 166.01 118.98 -
System Red Green Blue C M Y K H S L
Decimal 57 63 137 0.58 0.54 0 0.46 235.5 0.41 0.38
Hex 39 3F 89 3A 36 0 2E EC 29 26
Octal 71 77 211 72 66 0 56 354 51 46
Binary 111001 111111 10001001 111010 110110 0 101110 11101100 101001 100110

Color Harmonies of #393F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F89

Black with #393F89

Text Example


Text Example

White with #393F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,63,137); }

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

background-color css

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

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

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

border-color css

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

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

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