#442D84

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

Shades of Windsor #442D84

Tints of Windsor #442D84

Color information

#442D84 (or 0x442D84) is unknown color: approx Windsor. HEX triplet: 44, 2D and 84. RGB value is (68,45,132). Sum of RGB (Red+Green+Blue) = 68+45+132=245 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.76% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #442D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442D84 is #BBD27B. Grayscale: #3D3D3D. Windows color (decimal): -12309116 or 8662340. OLE color: 8662340.

HSL color Cylindrical-coordinate representation of color #442D84: hue angle of 255.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442D84 is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6845132-
CMYK0.480.6600.48
HSL255.86º49.15%34.71%-
HSV(B)255.86º65.91%51.76%-
XYZ7.494.7722.36-
YUV61.8167.62132.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.76%
GREEN value IS 45 (17.97% from 255) = 18.37%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=27.76%
G=18.37%
B=53.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68451320.480.6600.48255.8649.1534.71
Hex442D8430420301003123
Octal10455204601020604006143
Binary10001001011011000010011000010000100110000100000000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442D84; }

 p { color: rgb(68,45,132); }

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

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

 a { background-color: rgb(68,45,132); }

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

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

 span { border-color: rgb(68,45,132); }

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