#451C7D

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

Shades of Windsor #451C7D

Tints of Windsor #451C7D

Color information

#451C7D (or 0x451C7D) is unknown color: approx Windsor. HEX triplet: 45, 1C and 7D. RGB value is (69,28,125). Sum of RGB (Red+Green+Blue) = 69+28+125=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #451C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #451C7D is #BAE382. Grayscale: #323232. Windows color (decimal): -12247939 or 8199237. OLE color: 8199237.

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

Color convert

RGB6928125-
CMYK0.450.7800.51
HSL265.36º63.4%30%-
HSV(B)265.36º77.6%49.02%-
XYZ6.573.5819.75-
YUV51.32169.58140.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.08%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 125 (49.22% from 255) = 56.31%
R=31.08%
G=12.61%
B=56.31%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69281250.450.7800.51265.3663.430
Hex451C7D2D4E0331093f1e
Octal10534175551160634117736
Binary10001011110011111011011011001110011001110000100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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