#441877

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

Shades of Windsor #441877

Tints of Windsor #441877

Color information

#441877 (or 0x441877) is unknown color: approx Windsor. HEX triplet: 44, 18 and 77. RGB value is (68,24,119). Sum of RGB (Red+Green+Blue) = 68+24+119=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #441877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441877 is #BBE788. Grayscale: #2F2F2F. Windows color (decimal): -12314505 or 7804996. OLE color: 7804996.

HSL color Cylindrical-coordinate representation of color #441877: hue angle of 267.79º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441877 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6824119-
CMYK0.430.8000.53
HSL267.79º66.43%28.04%-
HSV(B)267.79º79.83%46.67%-
XYZ6.043.2117.75-
YUV47.99168.08142.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 119 (46.88% from 255) = 56.40%
R=32.23%
G=11.37%
B=56.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68241190.430.8000.53267.7966.4328.04
Hex4418772B5003510c421c
Octal104301675312006541410234
Binary100010011000111011110101110100000110101100001100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441877; }

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

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

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

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

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

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

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

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