#41286F

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

Shades of Windsor #41286F

Tints of Windsor #41286F

Color information

#41286F (or 0x41286F) is unknown color: approx Windsor. HEX triplet: 41, 28 and 6F. RGB value is (65,40,111). Sum of RGB (Red+Green+Blue) = 65+40+111=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #41286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41286F is #BED790. Grayscale: #373737. Windows color (decimal): -12507025 or 7284801. OLE color: 7284801.

HSL color Cylindrical-coordinate representation of color #41286F: hue angle of 261.13º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41286F is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6540111-
CMYK0.410.6400.56
HSL261.13º47.02%29.61%-
HSV(B)261.13º63.96%43.53%-
XYZ5.813.7915.46-
YUV55.57159.28134.73-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 40 (16.02% from 255) = 18.52%
BLUE value IS 111 (43.75% from 255) = 51.39%
R=30.09%
G=18.52%
B=51.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65401110.410.6400.56261.1347.0229.61
Hex41286F29400381052f1e
Octal10150157511000704055736
Binary100000110100011011111010011000000011100010000010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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