Html Css Color HEX #443271 Windsor

📋 copy color: '#443271'

red 68 ◦ green 50 ◦ blue 113

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

Shades of Windsor #443271

Tints of Windsor #443271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

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

R = 29.44%
G = 21.65%
B = 48.92%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#443271 (or 0x443271) is known color: Windsor. HEX triplet: 44, 32 and 71. RGB value is (68,50,113). Sum of RGB (Red+Green+Blue) = 68+50+113=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #443271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443271 is #BBCD8E. Grayscale: #3E3E3E. Windows color (decimal): -12307855 or 7418436. OLE color: 7418436.

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

Color convert

RGB 68 50 113 -
CMYK 0.40 0.56 0 0.56
HSL 257.14º 0.39% 0.32% -
HSV(B) 257.14º 0.56% 0.44% -
XYZ 6.51 4.7 16.19 -
YUV 62.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 68 50 113 0.40 0.56 0 0.56 257.14 0.39 0.32
Hex 44 32 71 28 38 0 38 101 27 20
Octal 104 62 161 50 70 0 70 401 47 40
Binary 1000100 110010 1110001 101000 111000 0 111000 100000001 100111 100000

Color Harmonies of #443271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443271

Black with #443271

Text Example


Text Example

White with #443271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443271; }

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

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

background-color css

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

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

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

border-color css

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

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

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