#4D278A

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

Shades of Windsor #4D278A

Tints of Windsor #4D278A

Color information

#4D278A (or 0x4D278A) is unknown color: approx Windsor. HEX triplet: 4D, 27 and 8A. RGB value is (77,39,138). Sum of RGB (Red+Green+Blue) = 77+39+138=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D278A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D278A is #B2D875. Grayscale: #3D3D3D. Windows color (decimal): -11720822 or 9054029. OLE color: 9054029.

HSL color Cylindrical-coordinate representation of color #4D278A: hue angle of 263.03º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D278A is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7739138-
CMYK0.440.7200.46
HSL263.03º55.93%34.71%-
HSV(B)263.03º71.74%54.12%-
XYZ8.374.8624.54-
YUV61.65171.09138.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.31%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 138 (54.30% from 255) = 54.33%
R=30.31%
G=15.35%
B=54.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77391380.440.7200.46263.0355.9334.71
Hex4D278A2C4802E1073823
Octal11547212541100564077043
Binary10011011001111000101010110010010000101110100000111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D278A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,39,138); }

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

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

 a { background-color: rgb(77,39,138); }

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

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

 span { border-color: rgb(77,39,138); }

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