#4B1F82

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

Shades of Windsor #4B1F82

Tints of Windsor #4B1F82

Color information

#4B1F82 (or 0x4B1F82) is unknown color: approx Windsor. HEX triplet: 4B, 1F and 82. RGB value is (75,31,130). Sum of RGB (Red+Green+Blue) = 75+31+130=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B1F82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B1F82 is #B4E07D. Grayscale: #373737. Windows color (decimal): -11853950 or 8527691. OLE color: 8527691.

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

Color convert

RGB7531130-
CMYK0.420.7600.49
HSL266.67º61.49%31.57%-
HSV(B)266.67º76.15%50.98%-
XYZ7.424.0921.52-
YUV55.44170.08141.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 31 (12.5% from 255) = 13.14%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=31.78%
G=13.14%
B=55.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75311300.420.7600.49266.6761.4931.57
Hex4B1F822A4C03110b3d20
Octal11337202521140614137540
Binary1001011111111000001010101010011000110001100001011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,31,130); }

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

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

 a { background-color: rgb(75,31,130); }

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

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

 span { border-color: rgb(75,31,130); }

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