#45316E

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

Shades of Windsor #45316E

Tints of Windsor #45316E

Color information

#45316E (or 0x45316E) is unknown color: approx Windsor. HEX triplet: 45, 31 and 6E. RGB value is (69,49,110). Sum of RGB (Red+Green+Blue) = 69+49+110=228 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.26% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 110 (43.36% from 255 or 48.25% from 228); Max value from RGB is 110 - color contains mainly: blue. Hex color #45316E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45316E is #BACE91. Grayscale: #3D3D3D. Windows color (decimal): -12242578 or 7221573. OLE color: 7221573.

HSL color Cylindrical-coordinate representation of color #45316E: hue angle of 259.67º 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 #45316E is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6949110-
CMYK0.370.5500.57
HSL259.67º38.36%31.18%-
HSV(B)259.67º55.45%43.14%-
XYZ6.374.5915.3-
YUV61.93155.13133.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.26%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 110 (43.36% from 255) = 48.25%
R=30.26%
G=21.49%
B=48.25%

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
Decimal69491100.370.5500.57259.6738.3631.18
Hex45316E2537039104261f
Octal1056115645670714044637
Binary10001011100011101110100101110111011100110000010010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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