Html Css Color HEX #393182 Jacksons Purple

📋 copy color: '#393182'

red 57 ◦ green 49 ◦ blue 130

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

Shades of Jacksons Purple #393182

Tints of Jacksons Purple #393182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.08%

R = 24.15%
G = 20.76%
B = 55.08%

CMYK

 C value IS 0.56

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#393182 (or 0x393182) is known color: Jacksons Purple. HEX triplet: 39, 31 and 82. RGB value is (57,49,130). Sum of RGB (Red+Green+Blue) = 57+49+130=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #393182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393182 is #C6CE7D. Grayscale: #3C3C3C. Windows color (decimal): -13028990 or 8532281. OLE color: 8532281.

HSL color Cylindrical-coordinate representation of color #393182: hue angle of 245.93º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393182 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 49 130 -
CMYK 0.56 0.62 0 0.49
HSL 245.93º 0.45% 0.35% -
HSV(B) 245.93º 0.62% 0.51% -
XYZ 6.81 4.68 21.66 -
YUV 60.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 57 49 130 0.56 0.62 0 0.49 245.93 0.45 0.35
Hex 39 31 82 38 3E 0 31 F6 2D 23
Octal 71 61 202 70 76 0 61 366 55 43
Binary 111001 110001 10000010 111000 111110 0 110001 11110110 101101 100011

Color Harmonies of #393182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393182

Black with #393182

Text Example


Text Example

White with #393182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393182; }

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

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

background-color css

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

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

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

border-color css

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

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

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