#412172

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

Shades of Windsor #412172

Tints of Windsor #412172

Color information

#412172 (or 0x412172) is unknown color: approx Windsor. HEX triplet: 41, 21 and 72. RGB value is (65,33,114). Sum of RGB (Red+Green+Blue) = 65+33+114=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #412172 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412172 is #BEDE8D. Grayscale: #333333. Windows color (decimal): -12508814 or 7479617. OLE color: 7479617.

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

Color convert

RGB6533114-
CMYK0.430.7100.55
HSL263.7º55.1%28.82%-
HSV(B)263.7º71.05%44.71%-
XYZ5.763.4316.28-
YUV51.8163.1137.41-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 33 (13.28% from 255) = 15.57%
BLUE value IS 114 (44.92% from 255) = 53.77%
R=30.66%
G=15.57%
B=53.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65331140.430.7100.55263.755.128.82
Hex4121722B47037108371d
Octal10141162531070674106735
Binary100000110000111100101010111000111011011110000100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412172; }

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

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

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

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

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

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

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

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