#452177

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

Shades of Windsor #452177

Tints of Windsor #452177

Color information

#452177 (or 0x452177) is unknown color: approx Windsor. HEX triplet: 45, 21 and 77. RGB value is (69,33,119). Sum of RGB (Red+Green+Blue) = 69+33+119=221 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.22% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #452177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452177 is #BADE88. Grayscale: #353535. Windows color (decimal): -12246665 or 7807301. OLE color: 7807301.

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

Color convert

RGB6933119-
CMYK0.420.7200.53
HSL265.12º56.58%29.8%-
HSV(B)265.12º72.27%46.67%-
XYZ6.333.6817.83-
YUV53.57164.93139.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.22%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=31.22%
G=14.93%
B=53.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69331190.420.7200.53265.1256.5829.8
Hex4521772A48035109391e
Octal10541167521100654117136
Binary100010110000111101111010101001000011010110000100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452177; }

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

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

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

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

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

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

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

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