#452290

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

Shades of Windsor #452290

Tints of Windsor #452290

Color information

#452290 (or 0x452290) is unknown color: approx Windsor. HEX triplet: 45, 22 and 90. RGB value is (69,34,144). Sum of RGB (Red+Green+Blue) = 69+34+144=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #452290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452290 is #BADD6F. Grayscale: #383838. Windows color (decimal): -12246384 or 9445957. OLE color: 9445957.

HSL color Cylindrical-coordinate representation of color #452290: hue angle of 259.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #452290 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6934144-
CMYK0.520.7600.44
HSL259.09º61.8%34.9%-
HSV(B)259.09º76.39%56.47%-
XYZ8.064.4226.81-
YUV57177.1136.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.94%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 144 (56.64% from 255) = 58.30%
R=27.94%
G=13.77%
B=58.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69341440.520.7600.44259.0961.834.9
Hex452290344C02C1033e23
Octal10542220641140544037643
Binary10001011000101001000011010010011000101100100000011111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452290; }

 p { color: rgb(69,34,144); }

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

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

 a { background-color: rgb(69,34,144); }

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

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

 span { border-color: rgb(69,34,144); }

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