#412A7F

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

Shades of Windsor #412A7F

Tints of Windsor #412A7F

Color information

#412A7F (or 0x412A7F) is unknown color: approx Windsor. HEX triplet: 41, 2A and 7F. RGB value is (65,42,127). Sum of RGB (Red+Green+Blue) = 65+42+127=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 127 (50% from 255 or 54.27% from 234); Max value from RGB is 127 - color contains mainly: blue. Hex color #412A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412A7F is #BED580. Grayscale: #3A3A3A. Windows color (decimal): -12506497 or 8333889. OLE color: 8333889.

HSL color Cylindrical-coordinate representation of color #412A7F: hue angle of 256.24º degrees, saturation: 0.5, 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 #412A7F is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6542127-
CMYK0.490.6700.50
HSL256.24º50.3%33.14%-
HSV(B)256.24º66.93%49.8%-
XYZ6.844.3120.55-
YUV58.57166.62132.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 127 (50% from 255) = 54.27%
R=27.78%
G=17.95%
B=54.27%

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
Decimal65421270.490.6700.50256.2450.333.14
Hex412A7F31430321003221
Octal10152177611030624006241
Binary1000001101010111111111000110000110110010100000000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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