#442984

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

Shades of Windsor #442984

Tints of Windsor #442984

Color information

#442984 (or 0x442984) is unknown color: approx Windsor. HEX triplet: 44, 29 and 84. RGB value is (68,41,132). Sum of RGB (Red+Green+Blue) = 68+41+132=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #442984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442984 is #BBD67B. Grayscale: #3B3B3B. Windows color (decimal): -12310140 or 8661316. OLE color: 8661316.

HSL color Cylindrical-coordinate representation of color #442984: hue angle of 257.8º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #442984 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6841132-
CMYK0.480.6900.48
HSL257.8º52.6%33.92%-
HSV(B)257.8º68.94%51.76%-
XYZ7.344.4822.31-
YUV59.45168.95134.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 41 (16.41% from 255) = 17.01%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=28.22%
G=17.01%
B=54.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68411320.480.6900.48257.852.633.92
Hex44298430450301023522
Octal10451204601050604026542
Binary10001001010011000010011000010001010110000100000010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442984; }

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

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

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

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

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

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

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

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