#461D91

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

Shades of Windsor #461D91

Tints of Windsor #461D91

Color information

#461D91 (or 0x461D91) is unknown color: approx Windsor. HEX triplet: 46, 1D and 91. RGB value is (70,29,145). Sum of RGB (Red+Green+Blue) = 70+29+145=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 29 (11.72% from 255 or 11.89% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #461D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #461D91 is #B9E26E. Grayscale: #363636. Windows color (decimal): -12182127 or 9510214. OLE color: 9510214.

HSL color Cylindrical-coordinate representation of color #461D91: hue angle of 261.21º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461D91 is Cyan = 0.52, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7029145-
CMYK0.520.800.43
HSL261.21º66.67%34.12%-
HSV(B)261.21º80%56.86%-
XYZ8.084.2327.18-
YUV54.48179.08139.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 29 (11.72% from 255) = 11.89%
BLUE value IS 145 (57.03% from 255) = 59.43%
R=28.69%
G=11.89%
B=59.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70291450.520.800.43261.2166.6734.12
Hex461D91345002B1054322
Octal106352216412005340510342
Binary10001101110110010001110100101000001010111000001011000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461D91; }

 p { color: rgb(70,29,145); }

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

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

 a { background-color: rgb(70,29,145); }

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

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

 span { border-color: rgb(70,29,145); }

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