Html Css Color HEX #443377 Windsor

📋 copy color: '#443377'

red 68 ◦ green 51 ◦ blue 119

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

Shades of Windsor #443377

Tints of Windsor #443377

RGB

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

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

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

R = 28.57%
G = 21.43%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#443377 (or 0x443377) is known color: Windsor. HEX triplet: 44, 33 and 77. RGB value is (68,51,119). Sum of RGB (Red+Green+Blue) = 68+51+119=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #443377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443377 is #BBCC88. Grayscale: #3F3F3F. Windows color (decimal): -12307593 or 7811908. OLE color: 7811908.

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

Color convert

RGB 68 51 119 -
CMYK 0.43 0.57 0 0.53
HSL 255º 0.4% 0.33% -
HSV(B) 255º 0.57% 0.47% -
XYZ 6.9 4.93 18.04 -
YUV 63.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 68 51 119 0.43 0.57 0 0.53 255 0.4 0.33
Hex 44 33 77 2B 39 0 35 FF 28 21
Octal 104 63 167 53 71 0 65 377 50 41
Binary 1000100 110011 1110111 101011 111001 0 110101 11111111 101000 100001

Color Harmonies of #443377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443377

Black with #443377

Text Example


Text Example

White with #443377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443377; }

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

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

background-color css

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

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

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

border-color css

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

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

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