#442291

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

Shades of Windsor #442291

Tints of Windsor #442291

Color information

#442291 (or 0x442291) is unknown color: approx Windsor. HEX triplet: 44, 22 and 91. RGB value is (68,34,145). Sum of RGB (Red+Green+Blue) = 68+34+145=247 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.53% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #442291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442291 is #BBDD6E. Grayscale: #383838. Windows color (decimal): -12311919 or 9511492. OLE color: 9511492.

HSL color Cylindrical-coordinate representation of color #442291: hue angle of 258.38º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #442291 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6834145-
CMYK0.530.7700.43
HSL258.38º62.01%35.1%-
HSV(B)258.38º76.55%56.86%-
XYZ8.074.4227.22-
YUV56.82177.76135.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.53%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 145 (57.03% from 255) = 58.70%
R=27.53%
G=13.77%
B=58.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68341450.530.7700.43258.3862.0135.1
Hex442291354D02B1023e23
Octal10442221651150534027643
Binary10001001000101001000111010110011010101011100000010111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442291; }

 p { color: rgb(68,34,145); }

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

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

 a { background-color: rgb(68,34,145); }

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

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

 span { border-color: rgb(68,34,145); }

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