#451C82

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

Shades of Windsor #451C82

Tints of Windsor #451C82

Color information

#451C82 (or 0x451C82) is unknown color: approx Windsor. HEX triplet: 45, 1C and 82. RGB value is (69,28,130). Sum of RGB (Red+Green+Blue) = 69+28+130=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #451C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451C82 is #BAE37D. Grayscale: #333333. Windows color (decimal): -12247934 or 8526917. OLE color: 8526917.

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

Color convert

RGB6928130-
CMYK0.470.7800.49
HSL264.12º64.56%30.98%-
HSV(B)264.12º78.46%50.98%-
XYZ6.93.7121.47-
YUV51.89172.08140.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 28 (11.33% from 255) = 12.33%
BLUE value IS 130 (51.17% from 255) = 57.27%
R=30.40%
G=12.33%
B=57.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69281300.470.7800.49264.1264.5630.98
Hex451C822F4E031108411f
Octal105342025711606141010137
Binary1000101111001000001010111110011100110001100001000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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