Html Css Color HEX #394389 Jacksons Purple

📋 copy color: '#394389'

red 57 ◦ green 67 ◦ blue 137

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

Shades of Jacksons Purple #394389

Tints of Jacksons Purple #394389

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

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

R = 21.84%
G = 25.67%
B = 52.49%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#394389 (or 0x394389) is known color: Jacksons Purple. HEX triplet: 39, 43 and 89. RGB value is (57,67,137). Sum of RGB (Red+Green+Blue) = 57+67+137=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #394389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394389 is #C6BC76. Grayscale: #474747. Windows color (decimal): -13024375 or 8995641. OLE color: 8995641.

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

Color convert

RGB 57 67 137 -
CMYK 0.58 0.51 0 0.46
HSL 232.5º 0.41% 0.38% -
HSV(B) 232.5º 0.58% 0.54% -
XYZ 8.21 6.69 24.53 -
YUV 71.99 164.69 117.31 -
System Red Green Blue C M Y K H S L
Decimal 57 67 137 0.58 0.51 0 0.46 232.5 0.41 0.38
Hex 39 43 89 3A 33 0 2E E8 29 26
Octal 71 103 211 72 63 0 56 350 51 46
Binary 111001 1000011 10001001 111010 110011 0 101110 11101000 101001 100110

Color Harmonies of #394389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394389

Black with #394389

Text Example


Text Example

White with #394389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394389; }

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

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

background-color css

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

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

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

border-color css

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

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

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