#4B2081

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

Shades of Windsor #4B2081

Tints of Windsor #4B2081

Color information

#4B2081 (or 0x4B2081) is unknown color: approx Windsor. HEX triplet: 4B, 20 and 81. RGB value is (75,32,129). Sum of RGB (Red+Green+Blue) = 75+32+129=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B2081 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2081 is #B4DF7E. Grayscale: #373737. Windows color (decimal): -11853695 or 8462411. OLE color: 8462411.

HSL color Cylindrical-coordinate representation of color #4B2081: hue angle of 266.6º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B2081 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7532129-
CMYK0.420.7500.49
HSL266.6º60.25%31.57%-
HSV(B)266.6º75.19%50.59%-
XYZ7.384.1121.17-
YUV55.92169.25141.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 32 (12.89% from 255) = 13.56%
BLUE value IS 129 (50.78% from 255) = 54.66%
R=31.78%
G=13.56%
B=54.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75321290.420.7500.49266.660.2531.57
Hex4B20812A4B03110b3c20
Octal11340201521130614137440
Binary10010111000001000000110101010010110110001100001011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B2081; }

 p { color: rgb(75,32,129); }

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

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

 a { background-color: rgb(75,32,129); }

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

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

 span { border-color: rgb(75,32,129); }

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