Html Css Color HEX #394097 Jacksons Purple

📋 copy color: '#394097'

red 57 ◦ green 64 ◦ blue 151

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

Shades of Jacksons Purple #394097

Tints of Jacksons Purple #394097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.51%

R = 20.96%
G = 23.53%
B = 55.51%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#394097 (or 0x394097) is known color: Jacksons Purple. HEX triplet: 39, 40 and 97. RGB value is (57,64,151). Sum of RGB (Red+Green+Blue) = 57+64+151=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #394097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394097 is #C6BF68. Grayscale: #474747. Windows color (decimal): -13025129 or 9912377. OLE color: 9912377.

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

Color convert

RGB 57 64 151 -
CMYK 0.62 0.58 0 0.41
HSL 235.53º 0.45% 0.41% -
HSV(B) 235.53º 0.62% 0.59% -
XYZ 9.11 6.77 30.11 -
YUV 71.83 172.68 117.43 -
System Red Green Blue C M Y K H S L
Decimal 57 64 151 0.62 0.58 0 0.41 235.53 0.45 0.41
Hex 39 40 97 3E 3A 0 29 EC 2D 29
Octal 71 100 227 76 72 0 51 354 55 51
Binary 111001 1000000 10010111 111110 111010 0 101001 11101100 101101 101001

Color Harmonies of #394097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394097

Black with #394097

Text Example


Text Example

White with #394097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394097; }

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

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

background-color css

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

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

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

border-color css

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

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

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