#451F87

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

Shades of Windsor #451F87

Tints of Windsor #451F87

Color information

#451F87 (or 0x451F87) is unknown color: approx Windsor. HEX triplet: 45, 1F and 87. RGB value is (69,31,135). Sum of RGB (Red+Green+Blue) = 69+31+135=235 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.36% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #451F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451F87 is #BAE078. Grayscale: #353535. Windows color (decimal): -12247161 or 8855365. OLE color: 8855365.

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

Color convert

RGB6931135-
CMYK0.490.7700.47
HSL261.92º62.65%32.55%-
HSV(B)261.92º77.04%52.94%-
XYZ7.323.9923.31-
YUV54.22173.59138.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.36%
GREEN value IS 31 (12.5% from 255) = 13.19%
BLUE value IS 135 (53.12% from 255) = 57.45%
R=29.36%
G=13.19%
B=57.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69311350.490.7700.47261.9262.6532.55
Hex451F87314D02F1063f21
Octal10537207611150574067741
Binary1000101111111000011111000110011010101111100000110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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