#45248E

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

Shades of Windsor #45248E

Tints of Windsor #45248E

Color information

#45248E (or 0x45248E) is unknown color: approx Windsor. HEX triplet: 45, 24 and 8E. RGB value is (69,36,142). Sum of RGB (Red+Green+Blue) = 69+36+142=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #45248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45248E is #BADB71. Grayscale: #393939. Windows color (decimal): -12245874 or 9315397. OLE color: 9315397.

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

Color convert

RGB6936142-
CMYK0.510.7500.44
HSL258.68º59.55%34.9%-
HSV(B)258.68º74.65%55.69%-
XYZ7.974.4826.04-
YUV57.95175.43135.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=27.94%
G=14.57%
B=57.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69361420.510.7500.44258.6859.5534.9
Hex45248E334B02C1033c23
Octal10544216631130544037443
Binary10001011001001000111011001110010110101100100000011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45248E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,36,142); }

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

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

 a { background-color: rgb(69,36,142); }

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

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

 span { border-color: rgb(69,36,142); }

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