Html Css Color HEX #393D7B Jacksons Purple

📋 copy color: '#393D7B'

red 57 ◦ green 61 ◦ blue 123

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

Shades of Jacksons Purple #393D7B

Tints of Jacksons Purple #393D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.04%

R = 23.65%
G = 25.31%
B = 51.04%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#393D7B (or 0x393D7B) is known color: Jacksons Purple. HEX triplet: 39, 3D and 7B. RGB value is (57,61,123). Sum of RGB (Red+Green+Blue) = 57+61+123=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #393D7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393D7B is #C6C284. Grayscale: #424242. Windows color (decimal): -13025925 or 8076601. OLE color: 8076601.

HSL color Cylindrical-coordinate representation of color #393D7B: hue angle of 236.36º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #393D7B is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 61 123 -
CMYK 0.54 0.50 0 0.52
HSL 236.36º 0.37% 0.35% -
HSV(B) 236.36º 0.54% 0.48% -
XYZ 6.93 5.64 19.46 -
YUV 66.87 159.67 120.96 -
System Red Green Blue C M Y K H S L
Decimal 57 61 123 0.54 0.50 0 0.52 236.36 0.37 0.35
Hex 39 3D 7B 36 32 0 34 EC 25 23
Octal 71 75 173 66 62 0 64 354 45 43
Binary 111001 111101 1111011 110110 110010 0 110100 11101100 100101 100011

Color Harmonies of #393D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D7B

Black with #393D7B

Text Example


Text Example

White with #393D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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