#451E87

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

Shades of Windsor #451E87

Tints of Windsor #451E87

Color information

#451E87 (or 0x451E87) is unknown color: approx Windsor. HEX triplet: 45, 1E and 87. RGB value is (69,30,135). Sum of RGB (Red+Green+Blue) = 69+30+135=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 30 (12.11% from 255 or 12.82% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #451E87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451E87 is #BAE178. Grayscale: #353535. Windows color (decimal): -12247417 or 8855109. OLE color: 8855109.

HSL color Cylindrical-coordinate representation of color #451E87: hue angle of 262.29º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #451E87 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6930135-
CMYK0.490.7800.47
HSL262.29º63.64%32.35%-
HSV(B)262.29º77.78%52.94%-
XYZ7.293.9423.3-
YUV53.63173.92138.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.49%
GREEN value IS 30 (12.11% from 255) = 12.82%
BLUE value IS 135 (53.12% from 255) = 57.69%
R=29.49%
G=12.82%
B=57.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69301350.490.7800.47262.2963.6432.35
Hex451E87314E02F1064020
Octal105362076111605740610040
Binary10001011111010000111110001100111001011111000001101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451E87; }

 p { color: rgb(69,30,135); }

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

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

 a { background-color: rgb(69,30,135); }

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

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

 span { border-color: rgb(69,30,135); }

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