#393488

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

Shades of Jacksons Purple #393488

Tints of Jacksons Purple #393488

Color information

#393488 (or 0x393488) is unknown color: approx Jacksons Purple. HEX triplet: 39, 34 and 88. RGB value is (57,52,136). Sum of RGB (Red+Green+Blue) = 57+52+136=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #393488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393488 is #C6CB77. Grayscale: #3E3E3E. Windows color (decimal): -13028216 or 8926265. OLE color: 8926265.

HSL color Cylindrical-coordinate representation of color #393488: hue angle of 243.57º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393488 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5752136-
CMYK0.580.6200.47
HSL243.57º44.68%36.86%-
HSV(B)243.57º61.76%53.33%-
XYZ7.365.123.89-
YUV63.07169.16123.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.27%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 136 (53.52% from 255) = 55.51%
R=23.27%
G=21.22%
B=55.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57521360.580.6200.47243.5744.6836.86
Hex3934883A3E02Ff42d25
Octal716421072760573645545
Binary11100111010010001000111010111110010111111110100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393488; }

 p { color: rgb(57,52,136); }

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

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

 a { background-color: rgb(57,52,136); }

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

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

 span { border-color: rgb(57,52,136); }

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