#45298B

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

Shades of Windsor #45298B

Tints of Windsor #45298B

Color information

#45298B (or 0x45298B) is unknown color: approx Windsor. HEX triplet: 45, 29 and 8B. RGB value is (69,41,139). Sum of RGB (Red+Green+Blue) = 69+41+139=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #45298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45298B is #BAD674. Grayscale: #3C3C3C. Windows color (decimal): -12244597 or 9120069. OLE color: 9120069.

HSL color Cylindrical-coordinate representation of color #45298B: hue angle of 257.14º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45298B is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6941139-
CMYK0.500.7100.45
HSL257.14º54.44%35.29%-
HSV(B)257.14º70.5%54.51%-
XYZ7.914.7224.92-
YUV60.54172.28134.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.71%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=27.71%
G=16.47%
B=55.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69411390.500.7100.45257.1454.4435.29
Hex45298B324702D1013623
Octal10551213621070554016643
Binary10001011010011000101111001010001110101101100000001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45298B; }

 p { color: rgb(69,41,139); }

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

<style>
 a { background-color: #45298B; }

 a { background-color: rgb(69,41,139); }

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

<style>
 span { border-color: #45298B; }

 span { border-color: rgb(69,41,139); }

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