#41208b

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

Shades of Windsor #41208B

Tints of Windsor #41208B

Color information

#41208B (or 0x41208B) is unknown color: approx Windsor. HEX triplet: 41, 20 and 8B. RGB value is (65,32,139). Sum of RGB (Red+Green+Blue) = 65+32+139=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #41208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41208B is #BEDF74. Grayscale: #353535. Windows color (decimal): -12509045 or 9117761. OLE color: 9117761.

HSL color Cylindrical-coordinate representation of color #41208B: hue angle of 258.5º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41208B is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6532139-
CMYK0.530.7700.45
HSL258.5º62.57%33.53%-
HSV(B)258.5º76.98%54.51%-
XYZ7.364.0224.81-
YUV54.06175.93135.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 139 (54.69% from 255) = 58.90%
R=27.54%
G=13.56%
B=58.90%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65321390.530.7700.45258.562.5733.53
Hex41208B354D02D1033f22
Octal10140213651150554037742
Binary10000011000001000101111010110011010101101100000011111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41208b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41208b; }

 p { color: rgb(65,32,139); }

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

<style>
 a { background-color: #41208b; }

 a { background-color: rgb(65,32,139); }

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

<style>
 span { border-color: #41208b; }

 span { border-color: rgb(65,32,139); }

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