Html Css Color HEX #393485 Jacksons Purple

📋 copy color: '#393485'

red 57 ◦ green 52 ◦ blue 133

#393485
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #393485

Tints of Jacksons Purple #393485

RGB

 RED value IS 57 (22.66% from 255) = 23.55%

 GREEN value IS 52 (20.7% 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 value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#393485 (or 0x393485) is known color: 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

RGB 57 52 133 -
CMYK 0.57 0.61 0 0.48
HSL 243.7º 0.44% 0.36% -
HSV(B) 243.7º 0.61% 0.52% -
XYZ 7.15 5.02 22.78 -
YUV 62.73 167.66 123.91 -
System Red Green Blue C M Y K H S L
Decimal 57 52 133 0.57 0.61 0 0.48 243.7 0.44 0.36
Hex 39 34 85 39 3D 0 30 F4 2C 24
Octal 71 64 205 71 75 0 60 364 54 44
Binary 111001 110100 10000101 111001 111101 0 110000 11110100 101100 100100

Color Harmonies of #393485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393485

Black with #393485

Text Example


Text Example

White with #393485

Text Example


Text Example

HTML Codes & Css Web 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>