#441C78

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

Shades of Windsor #441C78

Tints of Windsor #441C78

Color information

#441C78 (or 0x441C78) is unknown color: approx Windsor. HEX triplet: 44, 1C and 78. RGB value is (68,28,120). Sum of RGB (Red+Green+Blue) = 68+28+120=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #441C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441C78 is #BBE387. Grayscale: #323232. Windows color (decimal): -12313480 or 7871556. OLE color: 7871556.

HSL color Cylindrical-coordinate representation of color #441C78: hue angle of 266.09º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #441C78 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6828120-
CMYK0.430.7700.53
HSL266.09º62.16%29.02%-
HSV(B)266.09º76.67%47.06%-
XYZ6.193.4218.1-
YUV50.45167.25140.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 31.48%
GREEN value IS 28 (11.33% from 255) = 12.96%
BLUE value IS 120 (47.27% from 255) = 55.56%
R=31.48%
G=12.96%
B=55.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68281200.430.7700.53266.0962.1629.02
Hex441C782B4D03510a3e1d
Octal10434170531150654127635
Binary10001001110011110001010111001101011010110000101011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,28,120); }

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

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

 a { background-color: rgb(68,28,120); }

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

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

 span { border-color: rgb(68,28,120); }

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