#412287

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

Shades of Windsor #412287

Tints of Windsor #412287

Color information

#412287 (or 0x412287) is unknown color: approx Windsor. HEX triplet: 41, 22 and 87. RGB value is (65,34,135). Sum of RGB (Red+Green+Blue) = 65+34+135=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #412287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412287 is #BEDD78. Grayscale: #363636. Windows color (decimal): -12508537 or 8856129. OLE color: 8856129.

HSL color Cylindrical-coordinate representation of color #412287: hue angle of 258.42º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412287 is Cyan = 0.52, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6534135-
CMYK0.520.7500.47
HSL258.42º59.76%33.14%-
HSV(B)258.42º74.81%52.94%-
XYZ7.134.0223.32-
YUV54.78173.27135.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.78%
GREEN value IS 34 (13.67% from 255) = 14.53%
BLUE value IS 135 (53.12% from 255) = 57.69%
R=27.78%
G=14.53%
B=57.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65341350.520.7500.47258.4259.7633.14
Hex412287344B02F1023c21
Octal10142207641130574027441
Binary10000011000101000011111010010010110101111100000010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412287; }

 p { color: rgb(65,34,135); }

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

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

 a { background-color: rgb(65,34,135); }

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

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

 span { border-color: rgb(65,34,135); }

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