Html Css Color HEX #393880 Jacksons Purple

📋 copy color: '#393880'

red 57 ◦ green 56 ◦ blue 128

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

Shades of Jacksons Purple #393880

Tints of Jacksons Purple #393880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 23.65%
G = 23.24%
B = 53.11%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#393880 (or 0x393880) is known color: Jacksons Purple. HEX triplet: 39, 38 and 80. RGB value is (57,56,128). Sum of RGB (Red+Green+Blue) = 57+56+128=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #393880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393880 is #C6C77F. Grayscale: #404040. Windows color (decimal): -13027200 or 8403001. OLE color: 8403001.

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

Color convert

RGB 57 56 128 -
CMYK 0.55 0.56 0 0.50
HSL 240.83º 0.39% 0.36% -
HSV(B) 240.83º 0.56% 0.5% -
XYZ 7 5.26 21.07 -
YUV 64.51 163.83 122.65 -
System Red Green Blue C M Y K H S L
Decimal 57 56 128 0.55 0.56 0 0.50 240.83 0.39 0.36
Hex 39 38 80 37 38 0 32 F1 27 24
Octal 71 70 200 67 70 0 62 361 47 44
Binary 111001 111000 10000000 110111 111000 0 110010 11110001 100111 100100

Color Harmonies of #393880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393880

Black with #393880

Text Example


Text Example

White with #393880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393880; }

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

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

background-color css

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

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

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

border-color css

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

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

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