#41286B

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

Shades of Windsor #41286B

Tints of Windsor #41286B

Color information

#41286B (or 0x41286B) is unknown color: approx Windsor. HEX triplet: 41, 28 and 6B. RGB value is (65,40,107). Sum of RGB (Red+Green+Blue) = 65+40+107=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #41286B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41286B is #BED794. Grayscale: #363636. Windows color (decimal): -12507029 or 7022657. OLE color: 7022657.

HSL color Cylindrical-coordinate representation of color #41286B: hue angle of 262.39º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41286B is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6540107-
CMYK0.390.6300.58
HSL262.39º45.58%28.82%-
HSV(B)262.39º62.62%41.96%-
XYZ5.593.714.33-
YUV55.11157.28135.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 40 (16.02% from 255) = 18.87%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=30.66%
G=18.87%
B=50.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65401070.390.6300.58262.3945.5828.82
Hex41286B273F03A1062e1d
Octal1015015347770724065635
Binary10000011010001101011100111111111011101010000011010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41286B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41286B; }

 p { color: rgb(65,40,107); }

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

<style>
 a { background-color: #41286B; }

 a { background-color: rgb(65,40,107); }

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

<style>
 span { border-color: #41286B; }

 span { border-color: rgb(65,40,107); }

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