#45238D

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

Shades of Windsor #45238D

Tints of Windsor #45238D

Color information

#45238D (or 0x45238D) is unknown color: approx Windsor. HEX triplet: 45, 23 and 8D. RGB value is (69,35,141). Sum of RGB (Red+Green+Blue) = 69+35+141=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #45238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45238D is #BADC72. Grayscale: #383838. Windows color (decimal): -12246131 or 9249605. OLE color: 9249605.

HSL color Cylindrical-coordinate representation of color #45238D: hue angle of 259.25º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45238D is Cyan = 0.51, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6935141-
CMYK0.510.7500.45
HSL259.25º60.23%34.51%-
HSV(B)259.25º75.18%55.29%-
XYZ7.864.3925.63-
YUV57.25175.26136.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 141 (55.47% from 255) = 57.55%
R=28.16%
G=14.29%
B=57.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69351410.510.7500.45259.2560.2334.51
Hex45238D334B02D1033c23
Octal10543215631130554037443
Binary10001011000111000110111001110010110101101100000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,35,141); }

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

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

 a { background-color: rgb(69,35,141); }

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

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

 span { border-color: rgb(69,35,141); }

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