#453277

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

Shades of Windsor #453277

Tints of Windsor #453277

Color information

#453277 (or 0x453277) is unknown color: approx Windsor. HEX triplet: 45, 32 and 77. RGB value is (69,50,119). Sum of RGB (Red+Green+Blue) = 69+50+119=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 119 (46.88% from 255 or 50% from 238); Max value from RGB is 119 - color contains mainly: blue. Hex color #453277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453277 is #BACD88. Grayscale: #3F3F3F. Windows color (decimal): -12242313 or 7811653. OLE color: 7811653.

HSL color Cylindrical-coordinate representation of color #453277: hue angle of 256.52º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #453277 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6950119-
CMYK0.420.5800.53
HSL256.52º40.83%33.14%-
HSV(B)256.52º57.98%46.67%-
XYZ6.924.8818.03-
YUV63.55159.29131.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.99%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 119 (46.88% from 255) = 50%
R=28.99%
G=21.01%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69501190.420.5800.53256.5240.8333.14
Hex4532772A3A0351012921
Octal1056216752720654015141
Binary100010111001011101111010101110100110101100000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453277; }

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

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

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

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

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

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

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

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