Html Css Color HEX #394095 Jacksons Purple

📋 copy color: '#394095'

red 57 ◦ green 64 ◦ blue 149

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

Shades of Jacksons Purple #394095

Tints of Jacksons Purple #394095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 21.11%
G = 23.7%
B = 55.19%

CMYK

 C value IS 0.62

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394095 (or 0x394095) is known color: Jacksons Purple. HEX triplet: 39, 40 and 95. RGB value is (57,64,149). Sum of RGB (Red+Green+Blue) = 57+64+149=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #394095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394095 is #C6BF6A. Grayscale: #474747. Windows color (decimal): -13025131 or 9781305. OLE color: 9781305.

HSL color Cylindrical-coordinate representation of color #394095: hue angle of 235.43º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #394095 is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 64 149 -
CMYK 0.62 0.57 0 0.42
HSL 235.43º 0.45% 0.4% -
HSV(B) 235.43º 0.62% 0.58% -
XYZ 8.95 6.71 29.26 -
YUV 71.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 57 64 149 0.62 0.57 0 0.42 235.43 0.45 0.4
Hex 39 40 95 3E 39 0 2A EB 2D 28
Octal 71 100 225 76 71 0 52 353 55 50
Binary 111001 1000000 10010101 111110 111001 0 101010 11101011 101101 101000

Color Harmonies of #394095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394095

Black with #394095

Text Example


Text Example

White with #394095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394095; }

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

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

background-color css

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

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

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

border-color css

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

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

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