#412A80

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

Shades of Windsor #412A80

Tints of Windsor #412A80

Color information

#412A80 (or 0x412A80) is unknown color: approx Windsor. HEX triplet: 41, 2A and 80. RGB value is (65,42,128). Sum of RGB (Red+Green+Blue) = 65+42+128=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #412A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412A80 is #BED57F. Grayscale: #3A3A3A. Windows color (decimal): -12506496 or 8399425. OLE color: 8399425.

HSL color Cylindrical-coordinate representation of color #412A80: hue angle of 256.05º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #412A80 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6542128-
CMYK0.490.6700.50
HSL256.05º50.59%33.33%-
HSV(B)256.05º67.19%50.2%-
XYZ6.94.3420.9-
YUV58.68167.12132.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 42 (16.80% from 255) = 17.87%
BLUE value IS 128 (50.39% from 255) = 54.47%
R=27.66%
G=17.87%
B=54.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65421280.490.6700.50256.0550.5933.33
Hex412A8031430321003321
Octal10152200611030624006341
Binary10000011010101000000011000110000110110010100000000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412A80; }

 p { color: rgb(65,42,128); }

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

<style>
 a { background-color: #412A80; }

 a { background-color: rgb(65,42,128); }

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

<style>
 span { border-color: #412A80; }

 span { border-color: rgb(65,42,128); }

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