Html Css Color HEX #393A77 Jacksons Purple

📋 copy color: '#393A77'

red 57 ◦ green 58 ◦ blue 119

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

Shades of Jacksons Purple #393A77

Tints of Jacksons Purple #393A77

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.79%

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 24.36%
G = 24.79%
B = 50.85%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#393A77 (or 0x393A77) is known color: Jacksons Purple. HEX triplet: 39, 3A and 77. RGB value is (57,58,119). Sum of RGB (Red+Green+Blue) = 57+58+119=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #393A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393A77 is #C6C588. Grayscale: #404040. Windows color (decimal): -13026697 or 7813689. OLE color: 7813689.

HSL color Cylindrical-coordinate representation of color #393A77: hue angle of 239.03º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #393A77 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 58 119 -
CMYK 0.52 0.51 0 0.53
HSL 239.03º 0.35% 0.35% -
HSV(B) 239.03º 0.52% 0.47% -
XYZ 6.53 5.23 18.12 -
YUV 64.66 158.67 122.54 -
System Red Green Blue C M Y K H S L
Decimal 57 58 119 0.52 0.51 0 0.53 239.03 0.35 0.35
Hex 39 3A 77 34 33 0 35 EF 23 23
Octal 71 72 167 64 63 0 65 357 43 43
Binary 111001 111010 1110111 110100 110011 0 110101 11101111 100011 100011

Color Harmonies of #393A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393A77

Black with #393A77

Text Example


Text Example

White with #393A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,58,119); }

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

background-color css

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

 a { background-color: rgb(57,58,119); }

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

border-color css

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

 span { border-color: rgb(57,58,119); }

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