#442078

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

Shades of Windsor #442078

Tints of Windsor #442078

Color information

#442078 (or 0x442078) is unknown color: approx Windsor. HEX triplet: 44, 20 and 78. RGB value is (68,32,120). Sum of RGB (Red+Green+Blue) = 68+32+120=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 120 (47.27% from 255 or 54.55% from 220); Max value from RGB is 120 - color contains mainly: blue. Hex color #442078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442078 is #BBDF87. Grayscale: #343434. Windows color (decimal): -12312456 or 7872580. OLE color: 7872580.

HSL color Cylindrical-coordinate representation of color #442078: hue angle of 264.55º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #442078 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6832120-
CMYK0.430.7300.53
HSL264.55º57.89%29.8%-
HSV(B)264.55º73.33%47.06%-
XYZ6.293.6218.14-
YUV52.8165.93138.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 120 (47.27% from 255) = 54.55%
R=30.91%
G=14.55%
B=54.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68321200.430.7300.53264.5557.8929.8
Hex4420782B490351093a1e
Octal10440170531110654117236
Binary100010010000011110001010111001001011010110000100111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442078; }

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

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

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

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

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

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

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

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