#411F83

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

Shades of Windsor #411F83

Tints of Windsor #411F83

Color information

#411F83 (or 0x411F83) is unknown color: approx Windsor. HEX triplet: 41, 1F and 83. RGB value is (65,31,131). Sum of RGB (Red+Green+Blue) = 65+31+131=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 131 (51.56% from 255 or 57.71% from 227); Max value from RGB is 131 - color contains mainly: blue. Hex color #411F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411F83 is #BEE07C. Grayscale: #343434. Windows color (decimal): -12509309 or 8593217. OLE color: 8593217.

HSL color Cylindrical-coordinate representation of color #411F83: hue angle of 260.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411F83 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6531131-
CMYK0.500.7600.49
HSL260.4º61.73%31.76%-
HSV(B)260.4º76.34%51.37%-
XYZ6.773.7421.84-
YUV52.57172.26136.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 131 (51.56% from 255) = 57.71%
R=28.63%
G=13.66%
B=57.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65311310.500.7600.49260.461.7331.76
Hex411F83324C0311043e20
Octal10137203621140614047640
Binary1000001111111000001111001010011000110001100000100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411F83; }

 p { color: rgb(65,31,131); }

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

<style>
 a { background-color: #411F83; }

 a { background-color: rgb(65,31,131); }

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

<style>
 span { border-color: #411F83; }

 span { border-color: rgb(65,31,131); }

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