#453270

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

Shades of Windsor #453270

Tints of Windsor #453270

Color information

#453270 (or 0x453270) is unknown color: approx Windsor. HEX triplet: 45, 32 and 70. RGB value is (69,50,112). Sum of RGB (Red+Green+Blue) = 69+50+112=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #453270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453270 is #BACD8F. Grayscale: #3E3E3E. Windows color (decimal): -12242320 or 7352901. OLE color: 7352901.

HSL color Cylindrical-coordinate representation of color #453270: hue angle of 258.39º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #453270 is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6950112-
CMYK0.380.5500.56
HSL258.39º38.27%31.76%-
HSV(B)258.39º55.36%43.92%-
XYZ6.524.7215.9-
YUV62.75155.79132.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=29.87%
G=21.65%
B=48.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69501120.380.5500.56258.3938.2731.76
Hex45327026370381022620
Octal1056216046670704024640
Binary100010111001011100001001101101110111000100000010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453270; }

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

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

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

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

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

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

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

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