Html Css Color HEX #443777 Windsor

📋 copy color: '#443777'

red 68 ◦ green 55 ◦ blue 119

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

Shades of Windsor #443777

Tints of Windsor #443777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

 BLUE value IS 119 (46.88% from 255) = 49.17%

R = 28.1%
G = 22.73%
B = 49.17%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#443777 (or 0x443777) is known color: Windsor. HEX triplet: 44, 37 and 77. RGB value is (68,55,119). Sum of RGB (Red+Green+Blue) = 68+55+119=242 (32% of max value = 765). Red value is 68 (26.95% from 255 or 28.10% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #443777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443777 is #BBC888. Grayscale: #414141. Windows color (decimal): -12306569 or 7812932. OLE color: 7812932.

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

Color convert

RGB 68 55 119 -
CMYK 0.43 0.54 0 0.53
HSL 252.19º 0.37% 0.34% -
HSV(B) 252.19º 0.54% 0.47% -
XYZ 7.08 5.29 18.1 -
YUV 66.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 68 55 119 0.43 0.54 0 0.53 252.19 0.37 0.34
Hex 44 37 77 2B 36 0 35 FC 25 22
Octal 104 67 167 53 66 0 65 374 45 42
Binary 1000100 110111 1110111 101011 110110 0 110101 11111100 100101 100010

Color Harmonies of #443777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443777

Black with #443777

Text Example


Text Example

White with #443777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443777; }

 p { color: rgb(68,55,119); }

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

background-color css

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

 a { background-color: rgb(68,55,119); }

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

border-color css

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

 span { border-color: rgb(68,55,119); }

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