Html Css Color HEX #394193 Jacksons Purple

📋 copy color: '#394193'

red 57 ◦ green 65 ◦ blue 147

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

Shades of Jacksons Purple #394193

Tints of Jacksons Purple #394193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 21.19%
G = 24.16%
B = 54.65%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#394193 (or 0x394193) is known color: Jacksons Purple. HEX triplet: 39, 41 and 93. RGB value is (57,65,147). Sum of RGB (Red+Green+Blue) = 57+65+147=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #394193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394193 is #C6BE6C. Grayscale: #474747. Windows color (decimal): -13024877 or 9650489. OLE color: 9650489.

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

Color convert

RGB 57 65 147 -
CMYK 0.61 0.56 0 0.42
HSL 234.67º 0.44% 0.4% -
HSV(B) 234.67º 0.61% 0.58% -
XYZ 8.84 6.76 28.44 -
YUV 71.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 57 65 147 0.61 0.56 0 0.42 234.67 0.44 0.4
Hex 39 41 93 3D 38 0 2A EB 2C 28
Octal 71 101 223 75 70 0 52 353 54 50
Binary 111001 1000001 10010011 111101 111000 0 101010 11101011 101100 101000

Color Harmonies of #394193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394193

Black with #394193

Text Example


Text Example

White with #394193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394193; }

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

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

background-color css

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

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

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

border-color css

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

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

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