Html Css Color HEX #443379 Windsor

📋 copy color: '#443379'

red 68 ◦ green 51 ◦ blue 121

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

Shades of Windsor #443379

Tints of Windsor #443379

RGB

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

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

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

R = 28.33%
G = 21.25%
B = 50.42%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#443379 (or 0x443379) is known color: Windsor. HEX triplet: 44, 33 and 79. RGB value is (68,51,121). Sum of RGB (Red+Green+Blue) = 68+51+121=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 121 (47.66% from 255 or 50.42% from 240); Max value from RGB is 121 - color contains mainly: blue. Hex color #443379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443379 is #BBCC86. Grayscale: #3F3F3F. Windows color (decimal): -12307591 or 7942980. OLE color: 7942980.

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

Color convert

RGB 68 51 121 -
CMYK 0.44 0.58 0 0.53
HSL 254.57º 0.41% 0.34% -
HSV(B) 254.57º 0.58% 0.47% -
XYZ 7.02 4.98 18.68 -
YUV 64.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 68 51 121 0.44 0.58 0 0.53 254.57 0.41 0.34
Hex 44 33 79 2C 3A 0 35 FF 29 22
Octal 104 63 171 54 72 0 65 377 51 42
Binary 1000100 110011 1111001 101100 111010 0 110101 11111111 101001 100010

Color Harmonies of #443379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443379

Black with #443379

Text Example


Text Example

White with #443379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443379; }

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

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

background-color css

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

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

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

border-color css

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

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

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