Html Css Color HEX #394487 Jacksons Purple

📋 copy color: '#394487'

red 57 ◦ green 68 ◦ blue 135

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

Shades of Jacksons Purple #394487

Tints of Jacksons Purple #394487

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.15%

 BLUE value IS 135 (53.13% from 255) = 51.92%

R = 21.92%
G = 26.15%
B = 51.92%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#394487 (or 0x394487) is known color: Jacksons Purple. HEX triplet: 39, 44 and 87. RGB value is (57,68,135). Sum of RGB (Red+Green+Blue) = 57+68+135=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 135 (53.12% from 255 or 51.92% from 260); Max value from RGB is 135 - color contains mainly: blue. Hex color #394487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394487 is #C6BB78. Grayscale: #484848. Windows color (decimal): -13024121 or 8864825. OLE color: 8864825.

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

Color convert

RGB 57 68 135 -
CMYK 0.58 0.50 0 0.47
HSL 231.54º 0.41% 0.38% -
HSV(B) 231.54º 0.58% 0.53% -
XYZ 8.13 6.75 23.8 -
YUV 72.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 57 68 135 0.58 0.50 0 0.47 231.54 0.41 0.38
Hex 39 44 87 3A 32 0 2F E8 29 26
Octal 71 104 207 72 62 0 57 350 51 46
Binary 111001 1000100 10000111 111010 110010 0 101111 11101000 101001 100110

Color Harmonies of #394487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394487

Black with #394487

Text Example


Text Example

White with #394487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394487; }

 p { color: rgb(57,68,135); }

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

background-color css

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

 a { background-color: rgb(57,68,135); }

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

border-color css

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

 span { border-color: rgb(57,68,135); }

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