#453281

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

Shades of Windsor #453281

Tints of Windsor #453281

Color information

#453281 (or 0x453281) is unknown color: approx Windsor. HEX triplet: 45, 32 and 81. RGB value is (69,50,129). Sum of RGB (Red+Green+Blue) = 69+50+129=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #453281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453281 is #BACD7E. Grayscale: #404040. Windows color (decimal): -12242303 or 8467013. OLE color: 8467013.

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

Color convert

RGB6950129-
CMYK0.470.6100.49
HSL254.43º44.13%35.1%-
HSV(B)254.43º61.24%50.59%-
XYZ7.565.1321.36-
YUV64.69164.29131.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.82%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 129 (50.78% from 255) = 52.02%
R=27.82%
G=20.16%
B=52.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal69501290.470.6100.49254.4344.1335.1
Hex4532812F3D031fe2c23
Octal1056220157750613765443
Binary100010111001010000001101111111101011000111111110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453281; }

 p { color: rgb(69,50,129); }

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

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

 a { background-color: rgb(69,50,129); }

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

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

 span { border-color: rgb(69,50,129); }

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