#451D7D

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

Shades of Windsor #451D7D

Tints of Windsor #451D7D

Color information

#451D7D (or 0x451D7D) is unknown color: approx Windsor. HEX triplet: 45, 1D and 7D. RGB value is (69,29,125). Sum of RGB (Red+Green+Blue) = 69+29+125=223 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.94% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #451D7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451D7D is #BAE282. Grayscale: #333333. Windows color (decimal): -12247683 or 8199493. OLE color: 8199493.

HSL color Cylindrical-coordinate representation of color #451D7D: hue angle of 265º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #451D7D is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6929125-
CMYK0.450.7700.51
HSL265º62.34%30.2%-
HSV(B)265º76.8%49.02%-
XYZ6.63.6219.75-
YUV51.9169.25140.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.94%
GREEN value IS 29 (11.72% from 255) = 13.00%
BLUE value IS 125 (49.22% from 255) = 56.05%
R=30.94%
G=13.00%
B=56.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69291250.450.7700.5126562.3430.2
Hex451D7D2D4D0331093e1e
Octal10535175551150634117636
Binary10001011110111111011011011001101011001110000100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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