#441B7F

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

Shades of Windsor #441B7F

Tints of Windsor #441B7F

Color information

#441B7F (or 0x441B7F) is unknown color: approx Windsor. HEX triplet: 44, 1B and 7F. RGB value is (68,27,127). Sum of RGB (Red+Green+Blue) = 68+27+127=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 127 (50% from 255 or 57.21% from 222); Max value from RGB is 127 - color contains mainly: blue. Hex color #441B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B7F is #BBE480. Grayscale: #323232. Windows color (decimal): -12313729 or 8330052. OLE color: 8330052.

HSL color Cylindrical-coordinate representation of color #441B7F: hue angle of 264.6º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #441B7F is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6827127-
CMYK0.460.7900.50
HSL264.6º64.94%30.2%-
HSV(B)264.6º78.74%49.8%-
XYZ6.613.5520.41-
YUV50.66171.08140.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.63%
GREEN value IS 27 (10.94% from 255) = 12.16%
BLUE value IS 127 (50% from 255) = 57.21%
R=30.63%
G=12.16%
B=57.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68271270.460.7900.50264.664.9430.2
Hex441B7F2E4F032109411e
Octal104331775611706241110136
Binary100010011011111111110111010011110110010100001001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441B7F; }

 p { color: rgb(68,27,127); }

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

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

 a { background-color: rgb(68,27,127); }

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

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

 span { border-color: rgb(68,27,127); }

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