#451D78

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

Shades of Windsor #451D78

Tints of Windsor #451D78

Color information

#451D78 (or 0x451D78) is unknown color: approx Windsor. HEX triplet: 45, 1D and 78. RGB value is (69,29,120). Sum of RGB (Red+Green+Blue) = 69+29+120=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 120 (47.27% from 255 or 55.05% from 218); Max value from RGB is 120 - color contains mainly: blue. Hex color #451D78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D78 is #BAE287. Grayscale: #333333. Windows color (decimal): -12247688 or 7871813. OLE color: 7871813.

HSL color Cylindrical-coordinate representation of color #451D78: hue angle of 266.37º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #451D78 is Cyan = 0.42, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6929120-
CMYK0.420.7600.53
HSL266.37º61.07%29.22%-
HSV(B)266.37º75.83%47.06%-
XYZ6.283.518.11-
YUV51.33166.75140.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.65%
GREEN value IS 29 (11.72% from 255) = 13.30%
BLUE value IS 120 (47.27% from 255) = 55.05%
R=31.65%
G=13.30%
B=55.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69291200.420.7600.53266.3761.0729.22
Hex451D782A4C03510a3d1d
Octal10535170521140654127535
Binary10001011110111110001010101001100011010110000101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,29,120); }

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

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

 a { background-color: rgb(69,29,120); }

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

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

 span { border-color: rgb(69,29,120); }

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