#462281

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

Shades of Windsor #462281

Tints of Windsor #462281

Color information

#462281 (or 0x462281) is unknown color: approx Windsor. HEX triplet: 46, 22 and 81. RGB value is (70,34,129). Sum of RGB (Red+Green+Blue) = 70+34+129=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #462281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #462281 is #B9DD7E. Grayscale: #373737. Windows color (decimal): -12180863 or 8462918. OLE color: 8462918.

HSL color Cylindrical-coordinate representation of color #462281: hue angle of 262.74º degrees, saturation: 0.58, 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 #462281 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7034129-
CMYK0.460.7400.49
HSL262.74º58.28%31.96%-
HSV(B)262.74º73.64%50.59%-
XYZ7.064.0321.17-
YUV55.59169.43138.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 129 (50.78% from 255) = 55.36%
R=30.04%
G=14.59%
B=55.36%

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
Decimal70341290.460.7400.49262.7458.2831.96
Hex4622812E4A0311073a20
Octal10642201561120614077240
Binary10001101000101000000110111010010100110001100000111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462281; }

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

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

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

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

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

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

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

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