#441D87

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

Shades of Windsor #441D87

Tints of Windsor #441D87

Color information

#441D87 (or 0x441D87) is unknown color: approx Windsor. HEX triplet: 44, 1D and 87. RGB value is (68,29,135). Sum of RGB (Red+Green+Blue) = 68+29+135=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 135 (53.12% from 255 or 58.19% from 232); Max value from RGB is 135 - color contains mainly: blue. Hex color #441D87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441D87 is #BBE278. Grayscale: #343434. Windows color (decimal): -12313209 or 8854852. OLE color: 8854852.

HSL color Cylindrical-coordinate representation of color #441D87: hue angle of 262.08º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441D87 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6829135-
CMYK0.500.7900.47
HSL262.08º64.63%32.16%-
HSV(B)262.08º78.52%52.94%-
XYZ7.23.8623.29-
YUV52.74174.42138.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 29 (11.72% from 255) = 12.5%
BLUE value IS 135 (53.12% from 255) = 58.19%
R=29.31%
G=12.5%
B=58.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68291350.500.7900.47262.0864.6332.16
Hex441D87324F02F1064120
Octal104352076211705740610140
Binary10001001110110000111110010100111101011111000001101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441D87; }

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

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

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

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

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

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

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

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