Html Css Color HEX #394091 Jacksons Purple

📋 copy color: '#394091'

red 57 ◦ green 64 ◦ blue 145

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

Shades of Jacksons Purple #394091

Tints of Jacksons Purple #394091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.51%

R = 21.43%
G = 24.06%
B = 54.51%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#394091 (or 0x394091) is known color: Jacksons Purple. HEX triplet: 39, 40 and 91. RGB value is (57,64,145). Sum of RGB (Red+Green+Blue) = 57+64+145=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #394091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394091 is #C6BF6E. Grayscale: #464646. Windows color (decimal): -13025135 or 9519161. OLE color: 9519161.

HSL color Cylindrical-coordinate representation of color #394091: hue angle of 235.23º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #394091 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 64 145 -
CMYK 0.61 0.56 0 0.43
HSL 235.23º 0.44% 0.4% -
HSV(B) 235.23º 0.61% 0.57% -
XYZ 8.63 6.58 27.6 -
YUV 71.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 57 64 145 0.61 0.56 0 0.43 235.23 0.44 0.4
Hex 39 40 91 3D 38 0 2B EB 2C 28
Octal 71 100 221 75 70 0 53 353 54 50
Binary 111001 1000000 10010001 111101 111000 0 101011 11101011 101100 101000

Color Harmonies of #394091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394091

Black with #394091

Text Example


Text Example

White with #394091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394091; }

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

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

background-color css

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

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

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

border-color css

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

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

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