#412472

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

Shades of Windsor #412472

Tints of Windsor #412472

Color information

#412472 (or 0x412472) is unknown color: approx Windsor. HEX triplet: 41, 24 and 72. RGB value is (65,36,114). Sum of RGB (Red+Green+Blue) = 65+36+114=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #412472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412472 is #BEDB8D. Grayscale: #353535. Windows color (decimal): -12508046 or 7480385. OLE color: 7480385.

HSL color Cylindrical-coordinate representation of color #412472: hue angle of 262.31º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412472 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6536114-
CMYK0.430.6800.55
HSL262.31º52%29.41%-
HSV(B)262.31º68.42%44.71%-
XYZ5.853.616.31-
YUV53.56162.11136.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 36 (14.45% from 255) = 16.74%
BLUE value IS 114 (44.92% from 255) = 53.02%
R=30.23%
G=16.74%
B=53.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65361140.430.6800.55262.315229.41
Hex4124722B44037106341d
Octal10144162531040674066435
Binary100000110010011100101010111000100011011110000011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412472; }

 p { color: rgb(65,36,114); }

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

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

 a { background-color: rgb(65,36,114); }

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

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

 span { border-color: rgb(65,36,114); }

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