Html Css Color HEX #393987 Jacksons Purple

📋 copy color: '#393987'

red 57 ◦ green 57 ◦ blue 135

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

Shades of Jacksons Purple #393987

Tints of Jacksons Purple #393987

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.89%

 BLUE value IS 135 (53.13% from 255) = 54.22%

R = 22.89%
G = 22.89%
B = 54.22%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#393987 (or 0x393987) is known color: Jacksons Purple. HEX triplet: 39, 39 and 87. RGB value is (57,57,135). Sum of RGB (Red+Green+Blue) = 57+57+135=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 135 (53.12% from 255 or 54.22% from 249); Max value from RGB is 135 - color contains mainly: blue. Hex color #393987 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393987 is #C6C678. Grayscale: #414141. Windows color (decimal): -13026937 or 8862009. OLE color: 8862009.

HSL color Cylindrical-coordinate representation of color #393987: hue angle of 240º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #393987 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 57 135 -
CMYK 0.58 0.58 0 0.47
HSL 240º 0.41% 0.38% -
HSV(B) 240º 0.58% 0.53% -
XYZ 7.52 5.55 23.6 -
YUV 65.89 167 121.66 -
System Red Green Blue C M Y K H S L
Decimal 57 57 135 0.58 0.58 0 0.47 240 0.41 0.38
Hex 39 39 87 3A 3A 0 2F F0 29 26
Octal 71 71 207 72 72 0 57 360 51 46
Binary 111001 111001 10000111 111010 111010 0 101111 11110000 101001 100110

Color Harmonies of #393987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393987

Black with #393987

Text Example


Text Example

White with #393987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393987; }

 p { color: rgb(57,57,135); }

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

background-color css

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

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

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

border-color css

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

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

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