#394085

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

Shades of Jacksons Purple #394085

Tints of Jacksons Purple #394085

Color information

#394085 (or 0x394085) is unknown color: approx Jacksons Purple. HEX triplet: 39, 40 and 85. RGB value is (57,64,133). Sum of RGB (Red+Green+Blue) = 57+64+133=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #394085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394085 is #C6BF7A. Grayscale: #454545. Windows color (decimal): -13025147 or 8732729. OLE color: 8732729.

HSL color Cylindrical-coordinate representation of color #394085: hue angle of 234.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #394085 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5764133-
CMYK0.570.5200.48
HSL234.47º40%37.25%-
HSV(B)234.47º57.14%52.16%-
XYZ7.756.2322.98-
YUV69.77163.68118.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 64 (25.39% from 255) = 25.20%
BLUE value IS 133 (52.34% from 255) = 52.36%
R=22.44%
G=25.20%
B=52.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57641330.570.5200.48234.474037.25
Hex3940853934030ea2825
Octal7110020571640603525045
Binary111001100000010000101111001110100011000011101010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394085; }

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

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

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

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

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

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

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

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