Html Css Color HEX #393D8A Jacksons Purple

📋 copy color: '#393D8A'

red 57 ◦ green 61 ◦ blue 138

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

Shades of Jacksons Purple #393D8A

Tints of Jacksons Purple #393D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.91%

R = 22.27%
G = 23.83%
B = 53.91%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#393D8A (or 0x393D8A) is known color: Jacksons Purple. HEX triplet: 39, 3D and 8A. RGB value is (57,61,138). Sum of RGB (Red+Green+Blue) = 57+61+138=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #393D8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D8A is #C6C275. Grayscale: #444444. Windows color (decimal): -13025910 or 9059641. OLE color: 9059641.

HSL color Cylindrical-coordinate representation of color #393D8A: hue angle of 237.04º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #393D8A is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 57 61 138 -
CMYK 0.59 0.56 0 0.46
HSL 237.04º 0.42% 0.38% -
HSV(B) 237.04º 0.59% 0.54% -
XYZ 7.94 6.04 24.79 -
YUV 68.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 57 61 138 0.59 0.56 0 0.46 237.04 0.42 0.38
Hex 39 3D 8A 3B 38 0 2E ED 2A 26
Octal 71 75 212 73 70 0 56 355 52 46
Binary 111001 111101 10001010 111011 111000 0 101110 11101101 101010 100110

Color Harmonies of #393D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D8A

Black with #393D8A

Text Example


Text Example

White with #393D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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