Html Css Color HEX #443371 Windsor

📋 copy color: '#443371'

red 68 ◦ green 51 ◦ blue 113

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

Shades of Windsor #443371

Tints of Windsor #443371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.71%

R = 29.31%
G = 21.98%
B = 48.71%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#443371 (or 0x443371) is known color: Windsor. HEX triplet: 44, 33 and 71. RGB value is (68,51,113). Sum of RGB (Red+Green+Blue) = 68+51+113=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #443371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443371 is #BBCC8E. Grayscale: #3E3E3E. Windows color (decimal): -12307599 or 7418692. OLE color: 7418692.

HSL color Cylindrical-coordinate representation of color #443371: hue angle of 256.45º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #443371 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 51 113 -
CMYK 0.40 0.55 0 0.56
HSL 256.45º 0.38% 0.32% -
HSV(B) 256.45º 0.55% 0.44% -
XYZ 6.55 4.79 16.2 -
YUV 63.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 68 51 113 0.40 0.55 0 0.56 256.45 0.38 0.32
Hex 44 33 71 28 37 0 38 100 26 20
Octal 104 63 161 50 67 0 70 400 46 40
Binary 1000100 110011 1110001 101000 110111 0 111000 100000000 100110 100000

Color Harmonies of #443371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443371

Black with #443371

Text Example


Text Example

White with #443371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443371; }

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

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

background-color css

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

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

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

border-color css

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

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

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