Html Css Color HEX #443579 Windsor

📋 copy color: '#443579'

red 68 ◦ green 53 ◦ blue 121

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

Shades of Windsor #443579

Tints of Windsor #443579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

 BLUE value IS 121 (47.66% from 255) = 50%

R = 28.1%
G = 21.9%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#443579 (or 0x443579) is known color: Windsor. HEX triplet: 44, 35 and 79. RGB value is (68,53,121). Sum of RGB (Red+Green+Blue) = 68+53+121=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 121 (47.66% from 255 or 50% from 242); Max value from RGB is 121 - color contains mainly: blue. Hex color #443579 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443579 is #BBCA86. Grayscale: #404040. Windows color (decimal): -12307079 or 7943492. OLE color: 7943492.

HSL color Cylindrical-coordinate representation of color #443579: hue angle of 253.24º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #443579 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 53 121 -
CMYK 0.44 0.56 0 0.53
HSL 253.24º 0.39% 0.34% -
HSV(B) 253.24º 0.56% 0.47% -
XYZ 7.11 5.16 18.71 -
YUV 65.24 159.47 129.97 -
System Red Green Blue C M Y K H S L
Decimal 68 53 121 0.44 0.56 0 0.53 253.24 0.39 0.34
Hex 44 35 79 2C 38 0 35 FD 27 22
Octal 104 65 171 54 70 0 65 375 47 42
Binary 1000100 110101 1111001 101100 111000 0 110101 11111101 100111 100010

Color Harmonies of #443579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443579

Black with #443579

Text Example


Text Example

White with #443579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443579; }

 p { color: rgb(68,53,121); }

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

background-color css

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

 a { background-color: rgb(68,53,121); }

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

border-color css

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

 span { border-color: rgb(68,53,121); }

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