#394081

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

Shades of Jacksons Purple #394081

Tints of Jacksons Purple #394081

Color information

#394081 (or 0x394081) is unknown color: approx Jacksons Purple. HEX triplet: 39, 40 and 81. RGB value is (57,64,129). Sum of RGB (Red+Green+Blue) = 57+64+129=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 129 (50.78% from 255 or 51.6% from 250); Max value from RGB is 129 - color contains mainly: blue. Hex color #394081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394081 is #C6BF7E. Grayscale: #454545. Windows color (decimal): -13025151 or 8470585. OLE color: 8470585.

HSL color Cylindrical-coordinate representation of color #394081: hue angle of 234.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #394081 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5764129-
CMYK0.560.5000.49
HSL234.17º38.71%36.47%-
HSV(B)234.17º55.81%50.59%-
XYZ7.486.1221.56-
YUV69.32161.68119.21-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.8%
GREEN value IS 64 (25.39% from 255) = 25.6%
BLUE value IS 129 (50.78% from 255) = 51.6%
R=22.8%
G=25.6%
B=51.6%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57641290.560.5000.49234.1738.7136.47
Hex3940813832031ea2724
Octal7110020170620613524744
Binary111001100000010000001111000110010011000111101010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394081; }

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

 H1.HeaderClassName
 {
   color: #394081;
 }
 .AnyTagClassName
 {
   color: #394081;
 }
</style>
background-color css

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

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

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

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

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

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