Html Css Color HEX #393159 Jacarta

📋 copy color: '#393159'

red 57 ◦ green 49 ◦ blue 89

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

Shades of Jacarta #393159

Tints of Jacarta #393159

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.13%

 BLUE value IS 89 (35.16% from 255) = 45.64%

R = 29.23%
G = 25.13%
B = 45.64%

CMYK

 C value IS 0.36

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#393159 (or 0x393159) is known color: Jacarta. HEX triplet: 39, 31 and 59. RGB value is (57,49,89). Sum of RGB (Red+Green+Blue) = 57+49+89=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #393159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393159 is #C6CEA6. Grayscale: #373737. Windows color (decimal): -13029031 or 5845305. OLE color: 5845305.

HSL color Cylindrical-coordinate representation of color #393159: hue angle of 252º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #393159 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 49 89 -
CMYK 0.36 0.45 0 0.65
HSL 252º 0.29% 0.27% -
HSV(B) 252º 0.45% 0.35% -
XYZ 4.59 3.79 9.94 -
YUV 55.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 57 49 89 0.36 0.45 0 0.65 252 0.29 0.27
Hex 39 31 59 24 2D 0 41 FC 1D 1B
Octal 71 61 131 44 55 0 101 374 35 33
Binary 111001 110001 1011001 100100 101101 0 1000001 11111100 11101 11011

Color Harmonies of #393159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393159

Black with #393159

Text Example


Text Example

White with #393159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393159; }

 p { color: rgb(57,49,89); }

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

background-color css

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

 a { background-color: rgb(57,49,89); }

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

border-color css

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

 span { border-color: rgb(57,49,89); }

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