#442572

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

Shades of Windsor #442572

Tints of Windsor #442572

Color information

#442572 (or 0x442572) is unknown color: approx Windsor. HEX triplet: 44, 25 and 72. RGB value is (68,37,114). Sum of RGB (Red+Green+Blue) = 68+37+114=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #442572 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442572 is #BBDA8D. Grayscale: #363636. Windows color (decimal): -12311182 or 7480644. OLE color: 7480644.

HSL color Cylindrical-coordinate representation of color #442572: hue angle of 264.16º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #442572 is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6837114-
CMYK0.400.6800.55
HSL264.16º50.99%29.61%-
HSV(B)264.16º67.54%44.71%-
XYZ6.083.7716.33-
YUV55.05161.27137.24-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.05%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 114 (44.92% from 255) = 52.05%
R=31.05%
G=16.89%
B=52.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68371140.400.6800.55264.1650.9929.61
Hex4425722844037108331e
Octal10445162501040674106336
Binary100010010010111100101010001000100011011110000100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442572; }

 p { color: rgb(68,37,114); }

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

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

 a { background-color: rgb(68,37,114); }

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

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

 span { border-color: rgb(68,37,114); }

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