#45317F

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

Shades of Windsor #45317F

Tints of Windsor #45317F

Color information

#45317F (or 0x45317F) is unknown color: approx Windsor. HEX triplet: 45, 31 and 7F. RGB value is (69,49,127). Sum of RGB (Red+Green+Blue) = 69+49+127=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #45317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45317F is #BACE80. Grayscale: #3F3F3F. Windows color (decimal): -12242561 or 8335685. OLE color: 8335685.

HSL color Cylindrical-coordinate representation of color #45317F: hue angle of 255.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45317F is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6949127-
CMYK0.460.6100.50
HSL255.38º44.32%34.51%-
HSV(B)255.38º61.42%49.8%-
XYZ7.384.9920.65-
YUV63.87163.63131.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 127 (50% from 255) = 51.84%
R=28.16%
G=20%
B=51.84%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69491270.460.6100.50255.3844.3234.51
Hex45317F2E3D032ff2c23
Octal1056117756750623775443
Binary10001011100011111111101110111101011001011111111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45317F; }

 p { color: rgb(69,49,127); }

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

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

 a { background-color: rgb(69,49,127); }

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

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

 span { border-color: rgb(69,49,127); }

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