Html Css Color HEX #393F80 Jacksons Purple

📋 copy color: '#393F80'

red 57 ◦ green 63 ◦ blue 128

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

Shades of Jacksons Purple #393F80

Tints of Jacksons Purple #393F80

RGB

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

 GREEN value IS 63 (25% from 255) = 25.4%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 22.98%
G = 25.4%
B = 51.61%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#393F80 (or 0x393F80) is known color: Jacksons Purple. HEX triplet: 39, 3F and 80. RGB value is (57,63,128). Sum of RGB (Red+Green+Blue) = 57+63+128=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #393F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F80 is #C6C07F. Grayscale: #444444. Windows color (decimal): -13025408 or 8404793. OLE color: 8404793.

HSL color Cylindrical-coordinate representation of color #393F80: hue angle of 234.93º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #393F80 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 63 128 -
CMYK 0.55 0.51 0 0.50
HSL 234.93º 0.38% 0.36% -
HSV(B) 234.93º 0.55% 0.5% -
XYZ 7.36 5.98 21.19 -
YUV 68.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 57 63 128 0.55 0.51 0 0.50 234.93 0.38 0.36
Hex 39 3F 80 37 33 0 32 EB 26 24
Octal 71 77 200 67 63 0 62 353 46 44
Binary 111001 111111 10000000 110111 110011 0 110010 11101011 100110 100100

Color Harmonies of #393F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F80

Black with #393F80

Text Example


Text Example

White with #393F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,63,128); }

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

background-color css

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

 a { background-color: rgb(57,63,128); }

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

border-color css

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

 span { border-color: rgb(57,63,128); }

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