#442871

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

Shades of Windsor #442871

Tints of Windsor #442871

Color information

#442871 (or 0x442871) is unknown color: approx Windsor. HEX triplet: 44, 28 and 71. RGB value is (68,40,113). Sum of RGB (Red+Green+Blue) = 68+40+113=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 113 (44.53% from 255 or 51.13% from 221); Max value from RGB is 113 - color contains mainly: blue. Hex color #442871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442871 is #BBD78E. Grayscale: #383838. Windows color (decimal): -12310415 or 7415876. OLE color: 7415876.

HSL color Cylindrical-coordinate representation of color #442871: hue angle of 263.01º degrees, saturation: 0.48, 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 #442871 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6840113-
CMYK0.400.6500.56
HSL263.01º47.71%30%-
HSV(B)263.01º64.6%44.31%-
XYZ6.123.9416.06-
YUV56.69159.78136.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 113 (44.53% from 255) = 51.13%
R=30.77%
G=18.10%
B=51.13%

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
Decimal68401130.400.6500.56263.0147.7130
Hex4428712841038107301e
Octal10450161501010704076036
Binary100010010100011100011010001000001011100010000011111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442871; }

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

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

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

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

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

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

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

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