#451F82

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

Shades of Windsor #451F82

Tints of Windsor #451F82

Color information

#451F82 (or 0x451F82) is unknown color: approx Windsor. HEX triplet: 45, 1F and 82. RGB value is (69,31,130). Sum of RGB (Red+Green+Blue) = 69+31+130=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 130 (51.17% from 255 or 56.52% from 230); Max value from RGB is 130 - color contains mainly: blue. Hex color #451F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451F82 is #BAE07D. Grayscale: #353535. Windows color (decimal): -12247166 or 8527685. OLE color: 8527685.

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

Color convert

RGB6931130-
CMYK0.470.7600.49
HSL263.03º61.49%31.57%-
HSV(B)263.03º76.15%50.98%-
XYZ6.973.8621.5-
YUV53.65171.09138.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 31 (12.5% from 255) = 13.48%
BLUE value IS 130 (51.17% from 255) = 56.52%
R=30%
G=13.48%
B=56.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69311300.470.7600.49263.0361.4931.57
Hex451F822F4C0311073d20
Octal10537202571140614077540
Binary1000101111111000001010111110011000110001100000111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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