#441976

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

Shades of Windsor #441976

Tints of Windsor #441976

Color information

#441976 (or 0x441976) is unknown color: approx Windsor. HEX triplet: 44, 19 and 76. RGB value is (68,25,118). Sum of RGB (Red+Green+Blue) = 68+25+118=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #441976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441976 is #BBE689. Grayscale: #303030. Windows color (decimal): -12314250 or 7739716. OLE color: 7739716.

HSL color Cylindrical-coordinate representation of color #441976: hue angle of 267.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441976 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6825118-
CMYK0.420.7900.54
HSL267.74º65.03%28.04%-
HSV(B)267.74º78.81%46.27%-
XYZ63.2317.45-
YUV48.46167.25141.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.23%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 118 (46.48% from 255) = 55.92%
R=32.23%
G=11.85%
B=55.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68251180.420.7900.54267.7465.0328.04
Hex4419762A4F03610c411c
Octal104311665211706641410134
Binary100010011001111011010101010011110110110100001100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441976; }

 p { color: rgb(68,25,118); }

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

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

 a { background-color: rgb(68,25,118); }

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

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

 span { border-color: rgb(68,25,118); }

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