#442081

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

Shades of Windsor #442081

Tints of Windsor #442081

Color information

#442081 (or 0x442081) is unknown color: approx Windsor. HEX triplet: 44, 20 and 81. RGB value is (68,32,129). Sum of RGB (Red+Green+Blue) = 68+32+129=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #442081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442081 is #BBDF7E. Grayscale: #353535. Windows color (decimal): -12312447 or 8462404. OLE color: 8462404.

HSL color Cylindrical-coordinate representation of color #442081: hue angle of 262.27º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #442081 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6832129-
CMYK0.470.7500.49
HSL262.27º60.25%31.57%-
HSV(B)262.27º75.19%50.59%-
XYZ6.863.8521.15-
YUV53.82170.43138.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 32 (12.89% from 255) = 13.97%
BLUE value IS 129 (50.78% from 255) = 56.33%
R=29.69%
G=13.97%
B=56.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68321290.470.7500.49262.2760.2531.57
Hex4420812F4B0311063c20
Octal10440201571130614067440
Binary10001001000001000000110111110010110110001100000110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442081; }

 p { color: rgb(68,32,129); }

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

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

 a { background-color: rgb(68,32,129); }

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

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

 span { border-color: rgb(68,32,129); }

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