#45258A

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

Shades of Windsor #45258A

Tints of Windsor #45258A

Color information

#45258A (or 0x45258A) is unknown color: approx Windsor. HEX triplet: 45, 25 and 8A. RGB value is (69,37,138). Sum of RGB (Red+Green+Blue) = 69+37+138=244 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.28% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #45258A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45258A is #BADA75. Grayscale: #393939. Windows color (decimal): -12245622 or 9053509. OLE color: 9053509.

HSL color Cylindrical-coordinate representation of color #45258A: hue angle of 259.01º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45258A is Cyan = 0.5, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6937138-
CMYK0.50.7300.46
HSL259.01º57.71%34.31%-
HSV(B)259.01º73.19%54.12%-
XYZ7.74.4224.49-
YUV58.08173.1135.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.28%
GREEN value IS 37 (14.84% from 255) = 15.16%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=28.28%
G=15.16%
B=56.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69371380.50.7300.46259.0157.7134.31
Hex45258A324902E1033a22
Octal10545212621110564037242
Binary10001011001011000101011001010010010101110100000011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45258A; }

 p { color: rgb(69,37,138); }

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

<style>
 a { background-color: #45258A; }

 a { background-color: rgb(69,37,138); }

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

<style>
 span { border-color: #45258A; }

 span { border-color: rgb(69,37,138); }

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