#45248D

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

Shades of Windsor #45248D

Tints of Windsor #45248D

Color information

#45248D (or 0x45248D) is unknown color: approx Windsor. HEX triplet: 45, 24 and 8D. RGB value is (69,36,141). Sum of RGB (Red+Green+Blue) = 69+36+141=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #45248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45248D is #BADB72. Grayscale: #393939. Windows color (decimal): -12245875 or 9249861. OLE color: 9249861.

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

Color convert

RGB6936141-
CMYK0.510.7400.45
HSL258.86º59.32%34.71%-
HSV(B)258.86º74.47%55.29%-
XYZ7.894.4525.64-
YUV57.84174.93135.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.05%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 141 (55.47% from 255) = 57.32%
R=28.05%
G=14.63%
B=57.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69361410.510.7400.45258.8659.3234.71
Hex45248D334A02D1033b23
Octal10544215631120554037343
Binary10001011001001000110111001110010100101101100000011111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45248D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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