Html Css Color HEX #394089 Jacksons Purple

📋 copy color: '#394089'

red 57 ◦ green 64 ◦ blue 137

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

Shades of Jacksons Purple #394089

Tints of Jacksons Purple #394089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.81%

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

R = 22.09%
G = 24.81%
B = 53.1%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#394089 (or 0x394089) is known color: Jacksons Purple. HEX triplet: 39, 40 and 89. RGB value is (57,64,137). Sum of RGB (Red+Green+Blue) = 57+64+137=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #394089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394089 is #C6BF76. Grayscale: #454545. Windows color (decimal): -13025143 or 8994873. OLE color: 8994873.

HSL color Cylindrical-coordinate representation of color #394089: hue angle of 234.75º 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 #394089 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 64 137 -
CMYK 0.58 0.53 0 0.46
HSL 234.75º 0.41% 0.38% -
HSV(B) 234.75º 0.58% 0.54% -
XYZ 8.04 6.34 24.47 -
YUV 70.23 165.68 118.56 -
System Red Green Blue C M Y K H S L
Decimal 57 64 137 0.58 0.53 0 0.46 234.75 0.41 0.38
Hex 39 40 89 3A 35 0 2E EB 29 26
Octal 71 100 211 72 65 0 56 353 51 46
Binary 111001 1000000 10001001 111010 110101 0 101110 11101011 101001 100110

Color Harmonies of #394089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394089

Black with #394089

Text Example


Text Example

White with #394089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394089; }

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

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

background-color css

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

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

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

border-color css

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

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

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