#442178

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

Shades of Windsor #442178

Tints of Windsor #442178

Color information

#442178 (or 0x442178) is unknown color: approx Windsor. HEX triplet: 44, 21 and 78. RGB value is (68,33,120). Sum of RGB (Red+Green+Blue) = 68+33+120=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #442178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442178 is #BBDE87. Grayscale: #353535. Windows color (decimal): -12312200 or 7872836. OLE color: 7872836.

HSL color Cylindrical-coordinate representation of color #442178: hue angle of 264.14º degrees, saturation: 0.57, 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 #442178 is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6833120-
CMYK0.430.7200.53
HSL264.14º56.86%30%-
HSV(B)264.14º72.5%47.06%-
XYZ6.323.6718.15-
YUV53.38165.6138.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 33 (13.28% from 255) = 14.93%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=30.77%
G=14.93%
B=54.30%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68331200.430.7200.53264.1456.8630
Hex4421782B48035108391e
Octal10441170531100654107136
Binary100010010000111110001010111001000011010110000100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442178; }

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

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

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

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

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

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

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

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