Html Css Color HEX #393A83 Jacksons Purple

📋 copy color: '#393A83'

red 57 ◦ green 58 ◦ blue 131

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

Shades of Jacksons Purple #393A83

Tints of Jacksons Purple #393A83

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.58%

 BLUE value IS 131 (51.56% from 255) = 53.25%

R = 23.17%
G = 23.58%
B = 53.25%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#393A83 (or 0x393A83) is known color: Jacksons Purple. HEX triplet: 39, 3A and 83. RGB value is (57,58,131). Sum of RGB (Red+Green+Blue) = 57+58+131=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 131 (51.56% from 255 or 53.25% from 246); Max value from RGB is 131 - color contains mainly: blue. Hex color #393A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393A83 is #C6C57C. Grayscale: #414141. Windows color (decimal): -13026685 or 8600121. OLE color: 8600121.

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

Color convert

RGB 57 58 131 -
CMYK 0.56 0.56 0 0.49
HSL 239.19º 0.39% 0.37% -
HSV(B) 239.19º 0.56% 0.51% -
XYZ 7.3 5.53 22.16 -
YUV 66.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 57 58 131 0.56 0.56 0 0.49 239.19 0.39 0.37
Hex 39 3A 83 38 38 0 31 EF 27 25
Octal 71 72 203 70 70 0 61 357 47 45
Binary 111001 111010 10000011 111000 111000 0 110001 11101111 100111 100101

Color Harmonies of #393A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A83

Black with #393A83

Text Example


Text Example

White with #393A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393A83; }

 p { color: rgb(57,58,131); }

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

background-color css

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

 a { background-color: rgb(57,58,131); }

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

border-color css

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

 span { border-color: rgb(57,58,131); }

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