#461780

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

Shades of Windsor #461780

Tints of Windsor #461780

Color information

#461780 (or 0x461780) is unknown color: approx Windsor. HEX triplet: 46, 17 and 80. RGB value is (70,23,128). Sum of RGB (Red+Green+Blue) = 70+23+128=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 128 (50.39% from 255 or 57.92% from 221); Max value from RGB is 128 - color contains mainly: blue. Hex color #461780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461780 is #B9E87F. Grayscale: #303030. Windows color (decimal): -12183680 or 8394566. OLE color: 8394566.

HSL color Cylindrical-coordinate representation of color #461780: hue angle of 266.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #461780 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7023128-
CMYK0.450.8200.50
HSL266.86º69.54%29.61%-
HSV(B)266.86º82.03%50.2%-
XYZ6.733.4720.74-
YUV49.02172.57142.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 23 (9.38% from 255) = 10.41%
BLUE value IS 128 (50.39% from 255) = 57.92%
R=31.67%
G=10.41%
B=57.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70231280.450.8200.50266.8669.5429.61
Hex4617802D5203210b461e
Octal106272005512206241310636
Binary1000110101111000000010110110100100110010100001011100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461780; }

 p { color: rgb(70,23,128); }

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

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

 a { background-color: rgb(70,23,128); }

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

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

 span { border-color: rgb(70,23,128); }

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