#45316D

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

Shades of Windsor #45316D

Tints of Windsor #45316D

Color information

#45316D (or 0x45316D) is unknown color: approx Windsor. HEX triplet: 45, 31 and 6D. RGB value is (69,49,109). Sum of RGB (Red+Green+Blue) = 69+49+109=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #45316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45316D is #BACE92. Grayscale: #3D3D3D. Windows color (decimal): -12242579 or 7156037. OLE color: 7156037.

HSL color Cylindrical-coordinate representation of color #45316D: hue angle of 260º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45316D is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6949109-
CMYK0.370.5500.57
HSL260º37.97%30.98%-
HSV(B)260º55.05%42.75%-
XYZ6.314.5715.02-
YUV61.82154.63133.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 109 (42.97% from 255) = 48.02%
R=30.40%
G=21.59%
B=48.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69491090.370.5500.5726037.9730.98
Hex45316D2537039104261f
Octal1056115545670714044637
Binary10001011100011101101100101110111011100110000010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45316D; }

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

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

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

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

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

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

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

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