Html Css Color HEX #393259 Jacarta

📋 copy color: '#393259'

red 57 ◦ green 50 ◦ blue 89

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

Shades of Jacarta #393259

Tints of Jacarta #393259

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.51%

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

R = 29.08%
G = 25.51%
B = 45.41%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#393259 (or 0x393259) is known color: Jacarta. HEX triplet: 39, 32 and 59. RGB value is (57,50,89). Sum of RGB (Red+Green+Blue) = 57+50+89=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #393259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393259 is #C6CDA6. Grayscale: #383838. Windows color (decimal): -13028775 or 5845561. OLE color: 5845561.

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

Color convert

RGB 57 50 89 -
CMYK 0.36 0.44 0 0.65
HSL 250.77º 0.28% 0.27% -
HSV(B) 250.77º 0.44% 0.35% -
XYZ 4.63 3.87 9.95 -
YUV 56.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 57 50 89 0.36 0.44 0 0.65 250.77 0.28 0.27
Hex 39 32 59 24 2C 0 41 FB 1C 1B
Octal 71 62 131 44 54 0 101 373 34 33
Binary 111001 110010 1011001 100100 101100 0 1000001 11111011 11100 11011

Color Harmonies of #393259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393259

Black with #393259

Text Example


Text Example

White with #393259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393259; }

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

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

background-color css

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

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

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

border-color css

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

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

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