Html Css Color HEX #393D94 Jacksons Purple

📋 copy color: '#393D94'

red 57 ◦ green 61 ◦ blue 148

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

Shades of Jacksons Purple #393D94

Tints of Jacksons Purple #393D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 21.43%
G = 22.93%
B = 55.64%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#393D94 (or 0x393D94) is known color: Jacksons Purple. HEX triplet: 39, 3D and 94. RGB value is (57,61,148). Sum of RGB (Red+Green+Blue) = 57+61+148=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #393D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D94 is #C6C26B. Grayscale: #454545. Windows color (decimal): -13025900 or 9715001. OLE color: 9715001.

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

Color convert

RGB 57 61 148 -
CMYK 0.61 0.59 0 0.42
HSL 237.36º 0.44% 0.4% -
HSV(B) 237.36º 0.61% 0.58% -
XYZ 8.7 6.35 28.78 -
YUV 69.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 57 61 148 0.61 0.59 0 0.42 237.36 0.44 0.4
Hex 39 3D 94 3D 3B 0 2A ED 2C 28
Octal 71 75 224 75 73 0 52 355 54 50
Binary 111001 111101 10010100 111101 111011 0 101010 11101101 101100 101000

Color Harmonies of #393D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D94

Black with #393D94

Text Example


Text Example

White with #393D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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