Html Css Color HEX #394195 Jacksons Purple

📋 copy color: '#394195'

red 57 ◦ green 65 ◦ blue 149

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

Shades of Jacksons Purple #394195

Tints of Jacksons Purple #394195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.99%

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

R = 21.03%
G = 23.99%
B = 54.98%

CMYK

 C value IS 0.62

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394195 (or 0x394195) is known color: Jacksons Purple. HEX triplet: 39, 41 and 95. RGB value is (57,65,149). Sum of RGB (Red+Green+Blue) = 57+65+149=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #394195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394195 is #C6BE6A. Grayscale: #474747. Windows color (decimal): -13024875 or 9781561. OLE color: 9781561.

HSL color Cylindrical-coordinate representation of color #394195: hue angle of 234.78º 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 #394195 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 65 149 -
CMYK 0.62 0.56 0 0.42
HSL 234.78º 0.45% 0.4% -
HSV(B) 234.78º 0.62% 0.58% -
XYZ 9 6.82 29.28 -
YUV 72.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 57 65 149 0.62 0.56 0 0.42 234.78 0.45 0.4
Hex 39 41 95 3E 38 0 2A EB 2D 28
Octal 71 101 225 76 70 0 52 353 55 50
Binary 111001 1000001 10010101 111110 111000 0 101010 11101011 101101 101000

Color Harmonies of #394195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394195

Black with #394195

Text Example


Text Example

White with #394195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394195; }

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

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

background-color css

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

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

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

border-color css

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

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

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