Html Css Color HEX #393060 Jacarta

📋 copy color: '#393060'

red 57 ◦ green 48 ◦ blue 96

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

Shades of Jacarta #393060

Tints of Jacarta #393060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.88%

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

R = 28.36%
G = 23.88%
B = 47.76%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#393060 (or 0x393060) is known color: Jacarta. HEX triplet: 39, 30 and 60. RGB value is (57,48,96). Sum of RGB (Red+Green+Blue) = 57+48+96=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #393060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393060 is #C6CF9F. Grayscale: #373737. Windows color (decimal): -13029280 or 6303801. OLE color: 6303801.

HSL color Cylindrical-coordinate representation of color #393060: hue angle of 251.25º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #393060 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 57 48 96 -
CMYK 0.41 0.50 0 0.62
HSL 251.25º 0.33% 0.28% -
HSV(B) 251.25º 0.5% 0.38% -
XYZ 4.86 3.83 11.55 -
YUV 56.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 57 48 96 0.41 0.50 0 0.62 251.25 0.33 0.28
Hex 39 30 60 29 32 0 3E FB 21 1C
Octal 71 60 140 51 62 0 76 373 41 34
Binary 111001 110000 1100000 101001 110010 0 111110 11111011 100001 11100

Color Harmonies of #393060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393060

Black with #393060

Text Example


Text Example

White with #393060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393060; }

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

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

background-color css

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

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

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

border-color css

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

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

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