Html Css Color HEX #393282 Jacksons Purple

📋 copy color: '#393282'

red 57 ◦ green 50 ◦ blue 130

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

Shades of Jacksons Purple #393282

Tints of Jacksons Purple #393282

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.1%

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

R = 24.05%
G = 21.1%
B = 54.85%

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

#393282 (or 0x393282) is known color: Jacksons Purple. HEX triplet: 39, 32 and 82. RGB value is (57,50,130). Sum of RGB (Red+Green+Blue) = 57+50+130=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #393282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393282 is #C6CD7D. Grayscale: #3C3C3C. Windows color (decimal): -13028734 or 8532537. OLE color: 8532537.

HSL color Cylindrical-coordinate representation of color #393282: hue angle of 245.25º degrees, saturation: 0.44, 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 #393282 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 50 130 -
CMYK 0.56 0.62 0 0.49
HSL 245.25º 0.44% 0.35% -
HSV(B) 245.25º 0.62% 0.51% -
XYZ 6.86 4.76 21.68 -
YUV 61.21 166.82 125 -
System Red Green Blue C M Y K H S L
Decimal 57 50 130 0.56 0.62 0 0.49 245.25 0.44 0.35
Hex 39 32 82 38 3E 0 31 F5 2C 23
Octal 71 62 202 70 76 0 61 365 54 43
Binary 111001 110010 10000010 111000 111110 0 110001 11110101 101100 100011

Color Harmonies of #393282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393282

Black with #393282

Text Example


Text Example

White with #393282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393282; }

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

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

background-color css

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

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

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

border-color css

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

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

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