#393485

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

Shades of Jacksons Purple #393485

Tints of Jacksons Purple #393485

Color information

#393485 (or 0x393485) is unknown color: approx Jacksons Purple. HEX triplet: 39, 34 and 85. RGB value is (57,52,133). Sum of RGB (Red+Green+Blue) = 57+52+133=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #393485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393485 is #C6CB7A. Grayscale: #3E3E3E. Windows color (decimal): -13028219 or 8729657. OLE color: 8729657.

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

Color convert

RGB5752133-
CMYK0.570.6100.48
HSL243.7º43.78%36.27%-
HSV(B)243.7º60.9%52.16%-
XYZ7.155.0222.78-
YUV62.73167.66123.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.55%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 133 (52.34% from 255) = 54.96%
R=23.55%
G=21.49%
B=54.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57521330.570.6100.48243.743.7836.27
Hex393485393D030f42c24
Octal716420571750603645444
Binary11100111010010000101111001111101011000011110100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #393485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #393485; }

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

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

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

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

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

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

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

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