#441D75

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

Shades of Windsor #441D75

Tints of Windsor #441D75

Color information

#441D75 (or 0x441D75) is unknown color: approx Windsor. HEX triplet: 44, 1D and 75. RGB value is (68,29,117). Sum of RGB (Red+Green+Blue) = 68+29+117=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 117 (46.09% from 255 or 54.67% from 214); Max value from RGB is 117 - color contains mainly: blue. Hex color #441D75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D75 is #BBE28A. Grayscale: #323232. Windows color (decimal): -12313227 or 7675204. OLE color: 7675204.

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

Color convert

RGB6829117-
CMYK0.420.7500.54
HSL266.59º60.27%28.63%-
HSV(B)266.59º75.21%45.88%-
XYZ6.033.3917.17-
YUV50.69165.42140.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.78%
GREEN value IS 29 (11.72% from 255) = 13.55%
BLUE value IS 117 (46.09% from 255) = 54.67%
R=31.78%
G=13.55%
B=54.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68291170.420.7500.54266.5960.2728.63
Hex441D752A4B03610b3c1d
Octal10435165521130664137435
Binary10001001110111101011010101001011011011010000101111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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