Html Css Color HEX #443259 Jagger

📋 copy color: '#443259'

red 68 ◦ green 50 ◦ blue 89

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

Shades of Jagger #443259

Tints of Jagger #443259

RGB

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

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

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

R = 32.85%
G = 24.15%
B = 43%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#443259 (or 0x443259) is known color: Jagger. HEX triplet: 44, 32 and 59. RGB value is (68,50,89). Sum of RGB (Red+Green+Blue) = 68+50+89=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 50 (19.92% from 255 or 24.15% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 89 - color contains mainly: blue. Hex color #443259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443259 is #BBCDA6. Grayscale: #3B3B3B. Windows color (decimal): -12307879 or 5845572. OLE color: 5845572.

HSL color Cylindrical-coordinate representation of color #443259: hue angle of 267.69º 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 #443259 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 50 89 -
CMYK 0.24 0.44 0 0.65
HSL 267.69º 0.28% 0.27% -
HSV(B) 267.69º 0.44% 0.35% -
XYZ 5.33 4.23 9.99 -
YUV 59.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 68 50 89 0.24 0.44 0 0.65 267.69 0.28 0.27
Hex 44 32 59 18 2C 0 41 10C 1C 1B
Octal 104 62 131 30 54 0 101 414 34 33
Binary 1000100 110010 1011001 11000 101100 0 1000001 100001100 11100 11011

Color Harmonies of #443259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443259

Black with #443259

Text Example


Text Example

White with #443259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443259; }

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

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

background-color css

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

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

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

border-color css

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

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

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