Html Css Color HEX #443260 Jacarta

📋 copy color: '#443260'

red 68 ◦ green 50 ◦ blue 96

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

Shades of Jacarta #443260

Tints of Jacarta #443260

RGB

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

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

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

R = 31.78%
G = 23.36%
B = 44.86%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#443260 (or 0x443260) is known color: Jacarta. HEX triplet: 44, 32 and 60. RGB value is (68,50,96). Sum of RGB (Red+Green+Blue) = 68+50+96=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 96 (37.89% from 255 or 44.86% from 214); Max value from RGB is 96 - color contains mainly: blue. Hex color #443260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443260 is #BBCD9F. Grayscale: #3C3C3C. Windows color (decimal): -12307872 or 6304324. OLE color: 6304324.

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

Color convert

RGB 68 50 96 -
CMYK 0.29 0.48 0 0.62
HSL 263.48º 0.32% 0.29% -
HSV(B) 263.48º 0.48% 0.38% -
XYZ 5.64 4.35 11.61 -
YUV 60.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 68 50 96 0.29 0.48 0 0.62 263.48 0.32 0.29
Hex 44 32 60 1D 30 0 3E 107 20 1D
Octal 104 62 140 35 60 0 76 407 40 35
Binary 1000100 110010 1100000 11101 110000 0 111110 100000111 100000 11101

Color Harmonies of #443260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443260

Black with #443260

Text Example


Text Example

White with #443260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443260; }

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

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

background-color css

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

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

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

border-color css

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

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

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