#442971

Color #442971 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #442971

Tints of Windsor #442971

Color information

#442971 (or 0x442971) is unknown color: approx Windsor. HEX triplet: 44, 29 and 71. RGB value is (68,41,113). Sum of RGB (Red+Green+Blue) = 68+41+113=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #442971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442971 is #BBD68E. Grayscale: #393939. Windows color (decimal): -12310159 or 7416132. OLE color: 7416132.

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

Color convert

RGB6841113-
CMYK0.400.6400.56
HSL262.5º46.75%30.2%-
HSV(B)262.5º63.72%44.31%-
XYZ6.164.0116.07-
YUV57.28159.45135.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 113 (44.53% from 255) = 50.90%
R=30.63%
G=18.47%
B=50.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68411130.400.6400.56262.546.7530.2
Hex44297128400381062f1e
Octal10451161501000704065736
Binary100010010100111100011010001000000011100010000011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442971; }

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

 H1.HeaderClassName
 {
   color: #442971;
 }
 .AnyTagClassName
 {
   color: #442971;
 }
</style>
background-color css

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

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

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

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

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

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