#441B89

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

Shades of Windsor #441B89

Tints of Windsor #441B89

Color information

#441B89 (or 0x441B89) is unknown color: approx Windsor. HEX triplet: 44, 1B and 89. RGB value is (68,27,137). Sum of RGB (Red+Green+Blue) = 68+27+137=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #441B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441B89 is #BBE476. Grayscale: #333333. Windows color (decimal): -12313719 or 8985412. OLE color: 8985412.

HSL color Cylindrical-coordinate representation of color #441B89: hue angle of 262.36º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #441B89 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6827137-
CMYK0.500.8000.46
HSL262.36º67.07%32.16%-
HSV(B)262.36º80.29%53.73%-
XYZ7.293.8224.02-
YUV51.8176.08139.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 27 (10.94% from 255) = 11.64%
BLUE value IS 137 (53.91% from 255) = 59.05%
R=29.31%
G=11.64%
B=59.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68271370.500.8000.46262.3667.0732.16
Hex441B89325002E1064320
Octal104332116212005640610340
Binary10001001101110001001110010101000001011101000001101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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