#412779

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

Shades of Windsor #412779

Tints of Windsor #412779

Color information

#412779 (or 0x412779) is unknown color: approx Windsor. HEX triplet: 41, 27 and 79. RGB value is (65,39,121). Sum of RGB (Red+Green+Blue) = 65+39+121=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #412779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412779 is #BED886. Grayscale: #373737. Windows color (decimal): -12507271 or 7939905. OLE color: 7939905.

HSL color Cylindrical-coordinate representation of color #412779: hue angle of 259.02º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412779 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6539121-
CMYK0.460.6800.53
HSL259.02º51.25%31.37%-
HSV(B)259.02º67.77%47.45%-
XYZ6.363.9618.52-
YUV56.12164.61134.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 39 (15.62% from 255) = 17.33%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=28.89%
G=17.33%
B=53.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65391210.460.6800.53259.0251.2531.37
Hex4127792E44035103331f
Octal10147171561040654036337
Binary100000110011111110011011101000100011010110000001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412779; }

 p { color: rgb(65,39,121); }

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

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

 a { background-color: rgb(65,39,121); }

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

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

 span { border-color: rgb(65,39,121); }

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