#442487

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

Shades of Windsor #442487

Tints of Windsor #442487

Color information

#442487 (or 0x442487) is unknown color: approx Windsor. HEX triplet: 44, 24 and 87. RGB value is (68,36,135). Sum of RGB (Red+Green+Blue) = 68+36+135=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #442487 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442487 is #BBDB78. Grayscale: #383838. Windows color (decimal): -12311417 or 8856644. OLE color: 8856644.

HSL color Cylindrical-coordinate representation of color #442487: hue angle of 259.39º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442487 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6836135-
CMYK0.500.7300.47
HSL259.39º57.89%33.53%-
HSV(B)259.39º73.33%52.94%-
XYZ7.394.2423.35-
YUV56.85172.1135.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.45%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=28.45%
G=15.06%
B=56.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68361350.500.7300.47259.3957.8933.53
Hex442487324902F1033a22
Octal10444207621110574037242
Binary10001001001001000011111001010010010101111100000011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442487; }

 p { color: rgb(68,36,135); }

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

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

 a { background-color: rgb(68,36,135); }

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

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

 span { border-color: rgb(68,36,135); }

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