Html Css Color HEX #443373 Windsor

📋 copy color: '#443373'

red 68 ◦ green 51 ◦ blue 115

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

Shades of Windsor #443373

Tints of Windsor #443373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.15%

R = 29.06%
G = 21.79%
B = 49.15%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#443373 (or 0x443373) is known color: Windsor. HEX triplet: 44, 33 and 73. RGB value is (68,51,115). Sum of RGB (Red+Green+Blue) = 68+51+115=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 115 (45.31% from 255 or 49.15% from 234); Max value from RGB is 115 - color contains mainly: blue. Hex color #443373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443373 is #BBCC8C. Grayscale: #3F3F3F. Windows color (decimal): -12307597 or 7549764. OLE color: 7549764.

HSL color Cylindrical-coordinate representation of color #443373: hue angle of 255.94º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #443373 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 51 115 -
CMYK 0.41 0.56 0 0.55
HSL 255.94º 0.39% 0.33% -
HSV(B) 255.94º 0.56% 0.45% -
XYZ 6.66 4.83 16.8 -
YUV 63.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 68 51 115 0.41 0.56 0 0.55 255.94 0.39 0.33
Hex 44 33 73 29 38 0 37 100 27 21
Octal 104 63 163 51 70 0 67 400 47 41
Binary 1000100 110011 1110011 101001 111000 0 110111 100000000 100111 100001

Color Harmonies of #443373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443373

Black with #443373

Text Example


Text Example

White with #443373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443373; }

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

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

background-color css

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

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

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

border-color css

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

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

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