#41216E

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

Shades of Windsor #41216E

Tints of Windsor #41216E

Color information

#41216E (or 0x41216E) is unknown color: approx Windsor. HEX triplet: 41, 21 and 6E. RGB value is (65,33,110). Sum of RGB (Red+Green+Blue) = 65+33+110=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #41216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41216E is #BEDE91. Grayscale: #333333. Windows color (decimal): -12508818 or 7217473. OLE color: 7217473.

HSL color Cylindrical-coordinate representation of color #41216E: hue angle of 264.94º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41216E is Cyan = 0.41, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6533110-
CMYK0.410.700.57
HSL264.94º53.85%28.04%-
HSV(B)264.94º70%43.14%-
XYZ5.543.3415.1-
YUV51.35161.1137.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=31.25%
G=15.87%
B=52.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65331100.410.700.57264.9453.8528.04
Hex41216E2946039109361c
Octal10141156511060714116634
Binary100000110000111011101010011000110011100110000100111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41216E; }

 p { color: rgb(65,33,110); }

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

<style>
 a { background-color: #41216E; }

 a { background-color: rgb(65,33,110); }

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

<style>
 span { border-color: #41216E; }

 span { border-color: rgb(65,33,110); }

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