Html Css Color HEX #394094 Jacksons Purple

📋 copy color: '#394094'

red 57 ◦ green 64 ◦ blue 148

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

Shades of Jacksons Purple #394094

Tints of Jacksons Purple #394094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.02%

R = 21.19%
G = 23.79%
B = 55.02%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394094 (or 0x394094) is known color: Jacksons Purple. HEX triplet: 39, 40 and 94. RGB value is (57,64,148). Sum of RGB (Red+Green+Blue) = 57+64+148=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 148 (58.20% from 255 or 55.02% from 269); Max value from RGB is 148 - color contains mainly: blue. Hex color #394094 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394094 is #C6BF6B. Grayscale: #474747. Windows color (decimal): -13025132 or 9715769. OLE color: 9715769.

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

Color convert

RGB 57 64 148 -
CMYK 0.61 0.57 0 0.42
HSL 235.38º 0.44% 0.4% -
HSV(B) 235.38º 0.61% 0.58% -
XYZ 8.87 6.67 28.84 -
YUV 71.48 171.18 117.67 -
System Red Green Blue C M Y K H S L
Decimal 57 64 148 0.61 0.57 0 0.42 235.38 0.44 0.4
Hex 39 40 94 3D 39 0 2A EB 2C 28
Octal 71 100 224 75 71 0 52 353 54 50
Binary 111001 1000000 10010100 111101 111001 0 101010 11101011 101100 101000

Color Harmonies of #394094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394094

Black with #394094

Text Example


Text Example

White with #394094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394094; }

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

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

background-color css

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

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

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

border-color css

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

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

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