Html Css Color HEX #443359 Jagger

📋 copy color: '#443359'

red 68 ◦ green 51 ◦ blue 89

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

Shades of Jagger #443359

Tints of Jagger #443359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.52%

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

R = 32.69%
G = 24.52%
B = 42.79%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#443359 (or 0x443359) is known color: Jagger. HEX triplet: 44, 33 and 59. RGB value is (68,51,89). Sum of RGB (Red+Green+Blue) = 68+51+89=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 89 (35.16% from 255 or 42.79% from 208); Max value from RGB is 89 - color contains mainly: blue. Hex color #443359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443359 is #BBCCA6. Grayscale: #3C3C3C. Windows color (decimal): -12307623 or 5845828. OLE color: 5845828.

HSL color Cylindrical-coordinate representation of color #443359: hue angle of 266.84º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #443359 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 51 89 -
CMYK 0.24 0.43 0 0.65
HSL 266.84º 0.27% 0.27% -
HSV(B) 266.84º 0.43% 0.35% -
XYZ 5.37 4.32 10 -
YUV 60.42 144.13 133.41 -
System Red Green Blue C M Y K H S L
Decimal 68 51 89 0.24 0.43 0 0.65 266.84 0.27 0.27
Hex 44 33 59 18 2B 0 41 10B 1B 1B
Octal 104 63 131 30 53 0 101 413 33 33
Binary 1000100 110011 1011001 11000 101011 0 1000001 100001011 11011 11011

Color Harmonies of #443359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443359

Black with #443359

Text Example


Text Example

White with #443359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443359; }

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

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

background-color css

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

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

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

border-color css

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

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

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