#442277

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

Shades of Windsor #442277

Tints of Windsor #442277

Color information

#442277 (or 0x442277) is unknown color: approx Windsor. HEX triplet: 44, 22 and 77. RGB value is (68,34,119). Sum of RGB (Red+Green+Blue) = 68+34+119=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #442277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442277 is #BBDD88. Grayscale: #353535. Windows color (decimal): -12311945 or 7807556. OLE color: 7807556.

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

Color convert

RGB6834119-
CMYK0.430.7100.53
HSL264º55.56%30%-
HSV(B)264º71.43%46.67%-
XYZ6.293.717.84-
YUV53.86164.76138.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.77%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=30.77%
G=15.38%
B=53.85%

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
Decimal68341190.430.7100.5326455.5630
Hex4422772B47035108381e
Octal10442167531070654107036
Binary100010010001011101111010111000111011010110000100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442277; }

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

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

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

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

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

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

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

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