Html Css Color HEX #393F95 Jacksons Purple

📋 copy color: '#393F95'

red 57 ◦ green 63 ◦ blue 149

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

Shades of Jacksons Purple #393F95

Tints of Jacksons Purple #393F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.39%

R = 21.19%
G = 23.42%
B = 55.39%

CMYK

 C value IS 0.62

 M value IS 0.58

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#393F95 (or 0x393F95) is known color: Jacksons Purple. HEX triplet: 39, 3F and 95. RGB value is (57,63,149). Sum of RGB (Red+Green+Blue) = 57+63+149=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #393F95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393F95 is #C6C06A. Grayscale: #464646. Windows color (decimal): -13025387 or 9781049. OLE color: 9781049.

HSL color Cylindrical-coordinate representation of color #393F95: hue angle of 236.09º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #393F95 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 63 149 -
CMYK 0.62 0.58 0 0.42
HSL 236.09º 0.45% 0.4% -
HSV(B) 236.09º 0.62% 0.58% -
XYZ 8.89 6.59 29.24 -
YUV 71.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 57 63 149 0.62 0.58 0 0.42 236.09 0.45 0.4
Hex 39 3F 95 3E 3A 0 2A EC 2D 28
Octal 71 77 225 76 72 0 52 354 55 50
Binary 111001 111111 10010101 111110 111010 0 101010 11101100 101101 101000

Color Harmonies of #393F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393F95

Black with #393F95

Text Example


Text Example

White with #393F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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