#394192

Color #394192 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #394192

Tints of Jacksons Purple #394192

Color information

#394192 (or 0x394192) is unknown color: approx 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

RGB5765146-
CMYK0.610.5500.43
HSL234.61º43.84%39.8%-
HSV(B)234.61º60.96%57.25%-
XYZ8.776.7328.03-
YUV71.84169.85117.41-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal57651460.610.5500.43234.6143.8439.8
Hex3941923D3702Beb2c28
Octal7110122275670533535450
Binary111001100000110010010111101110111010101111101011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>