#462180

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

Shades of Windsor #462180

Tints of Windsor #462180

Color information

#462180 (or 0x462180) is unknown color: approx Windsor. HEX triplet: 46, 21 and 80. RGB value is (70,33,128). Sum of RGB (Red+Green+Blue) = 70+33+128=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 128 (50.39% from 255 or 55.41% from 231); Max value from RGB is 128 - color contains mainly: blue. Hex color #462180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462180 is #B9DE7F. Grayscale: #363636. Windows color (decimal): -12181120 or 8397126. OLE color: 8397126.

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

Color convert

RGB7033128-
CMYK0.450.7400.50
HSL263.37º59.01%31.57%-
HSV(B)263.37º74.22%50.2%-
XYZ6.973.9520.82-
YUV54.89169.26138.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 33 (13.28% from 255) = 14.29%
BLUE value IS 128 (50.39% from 255) = 55.41%
R=30.30%
G=14.29%
B=55.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal70331280.450.7400.50263.3759.0131.57
Hex4621802D4A0321073b20
Octal10641200551120624077340
Binary10001101000011000000010110110010100110010100000111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462180; }

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

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

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

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

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

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

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

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