Html Css Color HEX #393D91 Jacksons Purple

📋 copy color: '#393D91'

red 57 ◦ green 61 ◦ blue 145

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

Shades of Jacksons Purple #393D91

Tints of Jacksons Purple #393D91

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.19%

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 21.67%
G = 23.19%
B = 55.13%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#393D91 (or 0x393D91) is known color: Jacksons Purple. HEX triplet: 39, 3D and 91. RGB value is (57,61,145). Sum of RGB (Red+Green+Blue) = 57+61+145=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #393D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D91 is #C6C26E. Grayscale: #454545. Windows color (decimal): -13025903 or 9518393. OLE color: 9518393.

HSL color Cylindrical-coordinate representation of color #393D91: hue angle of 237.27º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #393D91 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 61 145 -
CMYK 0.61 0.58 0 0.43
HSL 237.27º 0.44% 0.4% -
HSV(B) 237.27º 0.61% 0.57% -
XYZ 8.47 6.25 27.55 -
YUV 69.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 57 61 145 0.61 0.58 0 0.43 237.27 0.44 0.4
Hex 39 3D 91 3D 3A 0 2B ED 2C 28
Octal 71 75 221 75 72 0 53 355 54 50
Binary 111001 111101 10010001 111101 111010 0 101011 11101101 101100 101000

Color Harmonies of #393D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D91

Black with #393D91

Text Example


Text Example

White with #393D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,61,145); }

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

background-color css

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

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

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

border-color css

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

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

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