#412B73

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

Shades of Windsor #412B73

Tints of Windsor #412B73

Color information

#412B73 (or 0x412B73) is unknown color: approx Windsor. HEX triplet: 41, 2B and 73. RGB value is (65,43,115). Sum of RGB (Red+Green+Blue) = 65+43+115=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #412B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412B73 is #BED48C. Grayscale: #393939. Windows color (decimal): -12506253 or 7547713. OLE color: 7547713.

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

Color convert

RGB6543115-
CMYK0.430.6300.55
HSL258.33º45.57%30.98%-
HSV(B)258.33º62.61%45.1%-
XYZ6.144.0916.69-
YUV57.79160.29133.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=29.15%
G=19.28%
B=51.57%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65431150.430.6300.55258.3345.5730.98
Hex412B732B3F0371022e1f
Octal1015316353770674025637
Binary10000011010111110011101011111111011011110000001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412B73; }

 p { color: rgb(65,43,115); }

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

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

 a { background-color: rgb(65,43,115); }

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

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

 span { border-color: rgb(65,43,115); }

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