#442771

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

Shades of Windsor #442771

Tints of Windsor #442771

Color information

#442771 (or 0x442771) is unknown color: approx Windsor. HEX triplet: 44, 27 and 71. RGB value is (68,39,113). Sum of RGB (Red+Green+Blue) = 68+39+113=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #442771 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442771 is #BBD88E. Grayscale: #373737. Windows color (decimal): -12310671 or 7415620. OLE color: 7415620.

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

Color convert

RGB6839113-
CMYK0.400.6500.56
HSL263.51º48.68%29.8%-
HSV(B)263.51º65.49%44.31%-
XYZ6.093.8716.05-
YUV56.11160.11136.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 39 (15.62% from 255) = 17.73%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=30.91%
G=17.73%
B=51.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68391130.400.6500.56263.5148.6829.8
Hex4427712841038108311e
Octal10447161501010704106136
Binary100010010011111100011010001000001011100010000100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442771; }

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

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

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

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

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

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

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

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