#441D88

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

Shades of Windsor #441D88

Tints of Windsor #441D88

Color information

#441D88 (or 0x441D88) is unknown color: approx Windsor. HEX triplet: 44, 1D and 88. RGB value is (68,29,136). Sum of RGB (Red+Green+Blue) = 68+29+136=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 29 (11.72% from 255 or 12.45% from 233); Blue value is 136 (53.52% from 255 or 58.37% from 233); Max value from RGB is 136 - color contains mainly: blue. Hex color #441D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #441D88 is #BBE277. Grayscale: #343434. Windows color (decimal): -12313208 or 8920388. OLE color: 8920388.

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

Color convert

RGB6829136-
CMYK0.500.7900.47
HSL261.87º64.85%32.35%-
HSV(B)261.87º78.68%53.33%-
XYZ7.273.8923.66-
YUV52.86174.92138.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.18%
GREEN value IS 29 (11.72% from 255) = 12.45%
BLUE value IS 136 (53.52% from 255) = 58.37%
R=29.18%
G=12.45%
B=58.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68291360.500.7900.47261.8764.8532.35
Hex441D88324F02F1064120
Octal104352106211705740610140
Binary10001001110110001000110010100111101011111000001101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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