#452175

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

Shades of Windsor #452175

Tints of Windsor #452175

Color information

#452175 (or 0x452175) is unknown color: approx Windsor. HEX triplet: 45, 21 and 75. RGB value is (69,33,117). Sum of RGB (Red+Green+Blue) = 69+33+117=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #452175 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452175 is #BADE8A. Grayscale: #353535. Windows color (decimal): -12246667 or 7676229. OLE color: 7676229.

HSL color Cylindrical-coordinate representation of color #452175: hue angle of 265.71º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #452175 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6933117-
CMYK0.410.7200.54
HSL265.71º56%29.41%-
HSV(B)265.71º71.79%45.88%-
XYZ6.213.6417.2-
YUV53.34163.93139.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 33 (13.28% from 255) = 15.07%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=31.51%
G=15.07%
B=53.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69331170.410.7200.54265.715629.41
Hex452175294803610a381d
Octal10541165511100664127035
Binary100010110000111101011010011001000011011010000101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452175; }

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

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

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

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

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

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

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

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