Html Css Color HEX #394289 Jacksons Purple

📋 copy color: '#394289'

red 57 ◦ green 66 ◦ blue 137

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

Shades of Jacksons Purple #394289

Tints of Jacksons Purple #394289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 21.92%
G = 25.38%
B = 52.69%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#394289 (or 0x394289) is known color: Jacksons Purple. HEX triplet: 39, 42 and 89. RGB value is (57,66,137). Sum of RGB (Red+Green+Blue) = 57+66+137=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 137 (53.91% from 255 or 52.69% from 260); Max value from RGB is 137 - color contains mainly: blue. Hex color #394289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394289 is #C6BD76. Grayscale: #474747. Windows color (decimal): -13024631 or 8995385. OLE color: 8995385.

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

Color convert

RGB 57 66 137 -
CMYK 0.58 0.52 0 0.46
HSL 233.25º 0.41% 0.38% -
HSV(B) 233.25º 0.58% 0.54% -
XYZ 8.15 6.57 24.51 -
YUV 71.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 57 66 137 0.58 0.52 0 0.46 233.25 0.41 0.38
Hex 39 42 89 3A 34 0 2E E9 29 26
Octal 71 102 211 72 64 0 56 351 51 46
Binary 111001 1000010 10001001 111010 110100 0 101110 11101001 101001 100110

Color Harmonies of #394289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394289

Black with #394289

Text Example


Text Example

White with #394289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394289; }

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

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

background-color css

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

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

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

border-color css

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

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

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