Html Css Color HEX #393D93 Jacksons Purple

📋 copy color: '#393D93'

red 57 ◦ green 61 ◦ blue 147

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

Shades of Jacksons Purple #393D93

Tints of Jacksons Purple #393D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.47%

R = 21.51%
G = 23.02%
B = 55.47%

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

#393D93 (or 0x393D93) is known color: Jacksons Purple. HEX triplet: 39, 3D and 93. RGB value is (57,61,147). Sum of RGB (Red+Green+Blue) = 57+61+147=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #393D93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393D93 is #C6C26C. Grayscale: #454545. Windows color (decimal): -13025901 or 9649465. OLE color: 9649465.

HSL color Cylindrical-coordinate representation of color #393D93: hue angle of 237.33º 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 #393D93 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 61 147 -
CMYK 0.61 0.59 0 0.42
HSL 237.33º 0.44% 0.4% -
HSV(B) 237.33º 0.61% 0.58% -
XYZ 8.62 6.31 28.37 -
YUV 69.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 57 61 147 0.61 0.59 0 0.42 237.33 0.44 0.4
Hex 39 3D 93 3D 3B 0 2A ED 2C 28
Octal 71 75 223 75 73 0 52 355 54 50
Binary 111001 111101 10010011 111101 111011 0 101010 11101101 101100 101000

Color Harmonies of #393D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393D93

Black with #393D93

Text Example


Text Example

White with #393D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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