#4E1F83

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

Shades of Windsor #4E1F83

Tints of Windsor #4E1F83

Color information

#4E1F83 (or 0x4E1F83) is unknown color: approx Windsor. HEX triplet: 4E, 1F and 83. RGB value is (78,31,131). Sum of RGB (Red+Green+Blue) = 78+31+131=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E1F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1F83 is #B1E07C. Grayscale: #383838. Windows color (decimal): -11657341 or 8593230. OLE color: 8593230.

HSL color Cylindrical-coordinate representation of color #4E1F83: hue angle of 268.2º degrees, saturation: 0.62, 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 #4E1F83 is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7831131-
CMYK0.400.7600.49
HSL268.2º61.73%31.76%-
HSV(B)268.2º76.34%51.37%-
XYZ7.734.2421.88-
YUV56.45170.07143.37-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 32.5%
GREEN value IS 31 (12.5% from 255) = 12.92%
BLUE value IS 131 (51.56% from 255) = 54.58%
R=32.5%
G=12.92%
B=54.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78311310.400.7600.49268.261.7331.76
Hex4E1F83284C03110c3e20
Octal11637203501140614147640
Binary1001110111111000001110100010011000110001100001100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,31,131); }

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

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

 a { background-color: rgb(78,31,131); }

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

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

 span { border-color: rgb(78,31,131); }

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