Html Css Color HEX #394192 Jacksons Purple

📋 copy color: '#394192'

red 57 ◦ green 65 ◦ blue 146

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

Shades of Jacksons Purple #394192

Tints of Jacksons Purple #394192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.48%

R = 21.27%
G = 24.25%
B = 54.48%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#394192 (or 0x394192) is known color: Jacksons Purple. HEX triplet: 39, 41 and 92. RGB value is (57,65,146). Sum of RGB (Red+Green+Blue) = 57+65+146=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #394192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394192 is #C6BE6D. Grayscale: #474747. Windows color (decimal): -13024878 or 9584953. OLE color: 9584953.

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

Color convert

RGB 57 65 146 -
CMYK 0.61 0.55 0 0.43
HSL 234.61º 0.44% 0.4% -
HSV(B) 234.61º 0.61% 0.57% -
XYZ 8.77 6.73 28.03 -
YUV 71.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 57 65 146 0.61 0.55 0 0.43 234.61 0.44 0.4
Hex 39 41 92 3D 37 0 2B EB 2C 28
Octal 71 101 222 75 67 0 53 353 54 50
Binary 111001 1000001 10010010 111101 110111 0 101011 11101011 101100 101000

Color Harmonies of #394192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394192

Black with #394192

Text Example


Text Example

White with #394192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394192; }

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

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

background-color css

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

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

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

border-color css

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

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

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