#442377

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

Shades of Windsor #442377

Tints of Windsor #442377

Color information

#442377 (or 0x442377) is unknown color: approx Windsor. HEX triplet: 44, 23 and 77. RGB value is (68,35,119). Sum of RGB (Red+Green+Blue) = 68+35+119=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #442377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442377 is #BBDC88. Grayscale: #363636. Windows color (decimal): -12311689 or 7807812. OLE color: 7807812.

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

Color convert

RGB6835119-
CMYK0.430.7100.53
HSL263.57º54.55%30.2%-
HSV(B)263.57º70.59%46.67%-
XYZ6.313.7617.85-
YUV54.44164.43137.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 35 (14.06% from 255) = 15.77%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=30.63%
G=15.77%
B=53.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68351190.430.7100.53263.5754.5530.2
Hex4423772B47035108371e
Octal10443167531070654106736
Binary100010010001111101111010111000111011010110000100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442377; }

 p { color: rgb(68,35,119); }

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

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

 a { background-color: rgb(68,35,119); }

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

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

 span { border-color: rgb(68,35,119); }

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