#441B75

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

Shades of Windsor #441B75

Tints of Windsor #441B75

Color information

#441B75 (or 0x441B75) is unknown color: approx Windsor. HEX triplet: 44, 1B and 75. RGB value is (68,27,117). Sum of RGB (Red+Green+Blue) = 68+27+117=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 27 (10.94% from 255 or 12.74% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #441B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B75 is #BBE48A. Grayscale: #313131. Windows color (decimal): -12313739 or 7674692. OLE color: 7674692.

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

Color convert

RGB6827117-
CMYK0.420.7700.54
HSL267.33º62.5%28.24%-
HSV(B)267.33º76.92%45.88%-
XYZ5.993.317.15-
YUV49.52166.08141.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.08%
GREEN value IS 27 (10.94% from 255) = 12.74%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=32.08%
G=12.74%
B=55.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68271170.420.7700.54267.3362.528.24
Hex441B752A4D03610b3e1c
Octal10433165521150664137634
Binary10001001101111101011010101001101011011010000101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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