#4C1B8B

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

Shades of Windsor #4C1B8B

Tints of Windsor #4C1B8B

Color information

#4C1B8B (or 0x4C1B8B) is unknown color: approx Windsor. HEX triplet: 4C, 1B and 8B. RGB value is (76,27,139). Sum of RGB (Red+Green+Blue) = 76+27+139=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C1B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1B8B is #B3E474. Grayscale: #363636. Windows color (decimal): -11789429 or 9116492. OLE color: 9116492.

HSL color Cylindrical-coordinate representation of color #4C1B8B: hue angle of 266.25º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C1B8B is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7627139-
CMYK0.450.8100.45
HSL266.25º67.47%32.55%-
HSV(B)266.25º80.58%54.51%-
XYZ8.034.1824.81-
YUV54.42175.73143.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.40%
GREEN value IS 27 (10.94% from 255) = 11.16%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=31.40%
G=11.16%
B=57.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76271390.450.8100.45266.2567.4732.55
Hex4C1B8B2D5102D10a4321
Octal114332135512105541210341
Binary10011001101110001011101101101000101011011000010101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,27,139); }

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

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

 a { background-color: rgb(76,27,139); }

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

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

 span { border-color: rgb(76,27,139); }

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