Html Css Color HEX #443060 Jacarta

📋 copy color: '#443060'

red 68 ◦ green 48 ◦ blue 96

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

Shades of Jacarta #443060

Tints of Jacarta #443060

RGB

 RED value IS 68 (26.95% from 255) = 32.08%

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

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

R = 32.08%
G = 22.64%
B = 45.28%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#443060 (or 0x443060) is known color: Jacarta. HEX triplet: 44, 30 and 60. RGB value is (68,48,96). Sum of RGB (Red+Green+Blue) = 68+48+96=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #443060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443060 is #BBCF9F. Grayscale: #3B3B3B. Windows color (decimal): -12308384 or 6303812. OLE color: 6303812.

HSL color Cylindrical-coordinate representation of color #443060: hue angle of 265º 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 #443060 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 48 96 -
CMYK 0.29 0.50 0 0.62
HSL 265º 0.33% 0.28% -
HSV(B) 265º 0.5% 0.38% -
XYZ 5.55 4.19 11.58 -
YUV 59.45 148.63 134.1 -
System Red Green Blue C M Y K H S L
Decimal 68 48 96 0.29 0.50 0 0.62 265 0.33 0.28
Hex 44 30 60 1D 32 0 3E 109 21 1C
Octal 104 60 140 35 62 0 76 411 41 34
Binary 1000100 110000 1100000 11101 110010 0 111110 100001001 100001 11100

Color Harmonies of #443060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443060

Black with #443060

Text Example


Text Example

White with #443060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443060; }

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

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

background-color css

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

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

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

border-color css

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

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

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