#462181

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

Shades of Windsor #462181

Tints of Windsor #462181

Color information

#462181 (or 0x462181) is unknown color: approx Windsor. HEX triplet: 46, 21 and 81. RGB value is (70,33,129). Sum of RGB (Red+Green+Blue) = 70+33+129=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #462181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462181 is #B9DE7E. Grayscale: #363636. Windows color (decimal): -12181119 or 8462662. OLE color: 8462662.

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

Color convert

RGB7033129-
CMYK0.460.7400.49
HSL263.12º59.26%31.76%-
HSV(B)263.12º74.42%50.59%-
XYZ7.033.9721.17-
YUV55.01169.76138.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 129 (50.78% from 255) = 55.60%
R=30.17%
G=14.22%
B=55.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70331290.460.7400.49263.1259.2631.76
Hex4621812E4A0311073b20
Octal10641201561120614077340
Binary10001101000011000000110111010010100110001100000111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462181; }

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

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

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

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

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

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

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

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