Html Css Color HEX #393260 Jacarta

📋 copy color: '#393260'

red 57 ◦ green 50 ◦ blue 96

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

Shades of Jacarta #393260

Tints of Jacarta #393260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 47.29%

R = 28.08%
G = 24.63%
B = 47.29%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393260 (or 0x393260) is known color: Jacarta. HEX triplet: 39, 32 and 60. RGB value is (57,50,96). Sum of RGB (Red+Green+Blue) = 57+50+96=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #393260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393260 is #C6CD9F. Grayscale: #393939. Windows color (decimal): -13028768 or 6304313. OLE color: 6304313.

HSL color Cylindrical-coordinate representation of color #393260: hue angle of 249.13º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #393260 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 50 96 -
CMYK 0.41 0.48 0 0.62
HSL 249.13º 0.32% 0.29% -
HSV(B) 249.13º 0.48% 0.38% -
XYZ 4.94 4 11.58 -
YUV 57.34 149.82 127.76 -
System Red Green Blue C M Y K H S L
Decimal 57 50 96 0.41 0.48 0 0.62 249.13 0.32 0.29
Hex 39 32 60 29 30 0 3E F9 20 1D
Octal 71 62 140 51 60 0 76 371 40 35
Binary 111001 110010 1100000 101001 110000 0 111110 11111001 100000 11101

Color Harmonies of #393260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393260

Black with #393260

Text Example


Text Example

White with #393260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393260; }

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

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

background-color css

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

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

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

border-color css

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

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

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