#412083

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

Shades of Windsor #412083

Tints of Windsor #412083

Color information

#412083 (or 0x412083) is unknown color: approx Windsor. HEX triplet: 41, 20 and 83. RGB value is (65,32,131). Sum of RGB (Red+Green+Blue) = 65+32+131=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 131 (51.56% from 255 or 57.46% from 228); Max value from RGB is 131 - color contains mainly: blue. Hex color #412083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412083 is #BEDF7C. Grayscale: #343434. Windows color (decimal): -12509053 or 8593473. OLE color: 8593473.

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

Color convert

RGB6532131-
CMYK0.500.7600.49
HSL260º60.74%31.96%-
HSV(B)260º75.57%51.37%-
XYZ6.793.821.85-
YUV53.15171.93136.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 131 (51.56% from 255) = 57.46%
R=28.51%
G=14.04%
B=57.46%

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
Decimal65321310.500.7600.4926060.7431.96
Hex412083324C0311043d20
Octal10140203621140614047540
Binary10000011000001000001111001010011000110001100000100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412083; }

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

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

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

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

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

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

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

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