#441B88

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

Shades of Windsor #441B88

Tints of Windsor #441B88

Color information

#441B88 (or 0x441B88) is unknown color: approx Windsor. HEX triplet: 44, 1B and 88. RGB value is (68,27,136). Sum of RGB (Red+Green+Blue) = 68+27+136=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #441B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441B88 is #BBE477. Grayscale: #333333. Windows color (decimal): -12313720 or 8919876. OLE color: 8919876.

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

Color convert

RGB6827136-
CMYK0.500.8000.47
HSL262.57º66.87%31.96%-
HSV(B)262.57º80.15%53.33%-
XYZ7.223.7923.64-
YUV51.68175.58139.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 136 (53.52% from 255) = 58.87%
R=29.44%
G=11.69%
B=58.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68271360.500.8000.47262.5766.8731.96
Hex441B88325002F1074320
Octal104332106212005740710340
Binary10001001101110001000110010101000001011111000001111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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