Html Css Color HEX #393184 Jacksons Purple

📋 copy color: '#393184'

red 57 ◦ green 49 ◦ blue 132

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

Shades of Jacksons Purple #393184

Tints of Jacksons Purple #393184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.59%

 BLUE value IS 132 (51.95% from 255) = 55.46%

R = 23.95%
G = 20.59%
B = 55.46%

CMYK

 C value IS 0.57

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#393184 (or 0x393184) is known color: Jacksons Purple. HEX triplet: 39, 31 and 84. RGB value is (57,49,132). Sum of RGB (Red+Green+Blue) = 57+49+132=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 132 (51.95% from 255 or 55.46% from 238); Max value from RGB is 132 - color contains mainly: blue. Hex color #393184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393184 is #C6CE7B. Grayscale: #3C3C3C. Windows color (decimal): -13028988 or 8663353. OLE color: 8663353.

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

Color convert

RGB 57 49 132 -
CMYK 0.57 0.63 0 0.48
HSL 245.78º 0.46% 0.35% -
HSV(B) 245.78º 0.63% 0.52% -
XYZ 6.95 4.73 22.38 -
YUV 60.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 57 49 132 0.57 0.63 0 0.48 245.78 0.46 0.35
Hex 39 31 84 39 3F 0 30 F6 2E 23
Octal 71 61 204 71 77 0 60 366 56 43
Binary 111001 110001 10000100 111001 111111 0 110000 11110110 101110 100011

Color Harmonies of #393184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393184

Black with #393184

Text Example


Text Example

White with #393184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393184; }

 p { color: rgb(57,49,132); }

 H1.HeaderClassName
 {
   color: #393184;
 }
 .AnyTagClassName
 {
   color: #393184;
 }
</style>

background-color css

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

 a { background-color: rgb(57,49,132); }

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

border-color css

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

 span { border-color: rgb(57,49,132); }

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