#4F1B89

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

Shades of Windsor #4F1B89

Tints of Windsor #4F1B89

Color information

#4F1B89 (or 0x4F1B89) is unknown color: approx Windsor. HEX triplet: 4F, 1B and 89. RGB value is (79,27,137). Sum of RGB (Red+Green+Blue) = 79+27+137=243 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.51% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F1B89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F1B89 is #B0E476. Grayscale: #363636. Windows color (decimal): -11592823 or 8985423. OLE color: 8985423.

HSL color Cylindrical-coordinate representation of color #4F1B89: hue angle of 268.36º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F1B89 is Cyan = 0.42, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7927137-
CMYK0.420.8000.46
HSL268.36º67.07%32.16%-
HSV(B)268.36º80.29%53.73%-
XYZ8.134.2524.06-
YUV55.09174.23145.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 32.51%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 137 (53.91% from 255) = 56.38%
R=32.51%
G=11.11%
B=56.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal79271370.420.8000.46268.3667.0732.16
Hex4F1B892A5002E10c4320
Octal117332115212005641410340
Binary10011111101110001001101010101000001011101000011001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,27,137); }

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

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

 a { background-color: rgb(79,27,137); }

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

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

 span { border-color: rgb(79,27,137); }

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