Html Css Color HEX #443171 Windsor

📋 copy color: '#443171'

red 68 ◦ green 49 ◦ blue 113

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

Shades of Windsor #443171

Tints of Windsor #443171

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

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

R = 29.57%
G = 21.3%
B = 49.13%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#443171 (or 0x443171) is known color: Windsor. HEX triplet: 44, 31 and 71. RGB value is (68,49,113). Sum of RGB (Red+Green+Blue) = 68+49+113=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #443171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443171 is #BBCE8E. Grayscale: #3D3D3D. Windows color (decimal): -12308111 or 7418180. OLE color: 7418180.

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

Color convert

RGB 68 49 113 -
CMYK 0.40 0.57 0 0.56
HSL 257.81º 0.4% 0.32% -
HSV(B) 257.81º 0.57% 0.44% -
XYZ 6.46 4.62 16.17 -
YUV 61.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 68 49 113 0.40 0.57 0 0.56 257.81 0.4 0.32
Hex 44 31 71 28 39 0 38 102 28 20
Octal 104 61 161 50 71 0 70 402 50 40
Binary 1000100 110001 1110001 101000 111001 0 111000 100000010 101000 100000

Color Harmonies of #443171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443171

Black with #443171

Text Example


Text Example

White with #443171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443171; }

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

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

background-color css

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

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

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

border-color css

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

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

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