#442484

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

Shades of Windsor #442484

Tints of Windsor #442484

Color information

#442484 (or 0x442484) is unknown color: approx Windsor. HEX triplet: 44, 24 and 84. RGB value is (68,36,132). Sum of RGB (Red+Green+Blue) = 68+36+132=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #442484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #442484 is #BBDB7B. Grayscale: #383838. Windows color (decimal): -12311420 or 8660036. OLE color: 8660036.

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

Color convert

RGB6836132-
CMYK0.480.7300.48
HSL260º57.14%32.94%-
HSV(B)260º72.73%51.76%-
XYZ7.184.1622.25-
YUV56.51170.6136.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 132 (51.95% from 255) = 55.93%
R=28.81%
G=15.25%
B=55.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68361320.480.7300.4826057.1432.94
Hex44248430490301043921
Octal10444204601110604047141
Binary10001001001001000010011000010010010110000100000100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442484; }

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

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

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

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

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

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

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

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