#442772

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

Shades of Windsor #442772

Tints of Windsor #442772

Color information

#442772 (or 0x442772) is unknown color: approx Windsor. HEX triplet: 44, 27 and 72. RGB value is (68,39,114). Sum of RGB (Red+Green+Blue) = 68+39+114=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #442772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442772 is #BBD88D. Grayscale: #373737. Windows color (decimal): -12310670 or 7481156. OLE color: 7481156.

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

Color convert

RGB6839114-
CMYK0.400.6600.55
HSL263.2º49.02%30%-
HSV(B)263.2º65.79%44.71%-
XYZ6.153.8916.35-
YUV56.22160.61136.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 39 (15.62% from 255) = 17.65%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=30.77%
G=17.65%
B=51.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68391140.400.6600.55263.249.0230
Hex4427722842037107311e
Octal10447162501020674076136
Binary100010010011111100101010001000010011011110000011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442772; }

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

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

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

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

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

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

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

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