#441E7D

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

Shades of Windsor #441E7D

Tints of Windsor #441E7D

Color information

#441E7D (or 0x441E7D) is unknown color: approx Windsor. HEX triplet: 44, 1E and 7D. RGB value is (68,30,125). Sum of RGB (Red+Green+Blue) = 68+30+125=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 125 (49.22% from 255 or 56.05% from 223); Max value from RGB is 125 - color contains mainly: blue. Hex color #441E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441E7D is #BBE182. Grayscale: #333333. Windows color (decimal): -12312963 or 8199748. OLE color: 8199748.

HSL color Cylindrical-coordinate representation of color #441E7D: hue angle of 264º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441E7D is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6830125-
CMYK0.460.7600.51
HSL264º61.29%30.39%-
HSV(B)264º76%49.02%-
XYZ6.553.6419.76-
YUV52.19169.09139.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.49%
GREEN value IS 30 (12.11% from 255) = 13.45%
BLUE value IS 125 (49.22% from 255) = 56.05%
R=30.49%
G=13.45%
B=56.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68301250.460.7600.5126461.2930.39
Hex441E7D2E4C0331083d1e
Octal10436175561140634107536
Binary10001001111011111011011101001100011001110000100011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,30,125); }

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

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

 a { background-color: rgb(68,30,125); }

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

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

 span { border-color: rgb(68,30,125); }

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