#4C2382

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

Shades of Windsor #4C2382

Tints of Windsor #4C2382

Color information

#4C2382 (or 0x4C2382) is unknown color: approx Windsor. HEX triplet: 4C, 23 and 82. RGB value is (76,35,130). Sum of RGB (Red+Green+Blue) = 76+35+130=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C2382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2382 is #B3DC7D. Grayscale: #393939. Windows color (decimal): -11787390 or 8528716. OLE color: 8528716.

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

Color convert

RGB7635130-
CMYK0.420.7300.49
HSL265.89º57.58%32.35%-
HSV(B)265.89º73.08%50.98%-
XYZ7.614.3521.56-
YUV58.09168.58140.78-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 130 (51.17% from 255) = 53.94%
R=31.54%
G=14.52%
B=53.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal76351300.420.7300.49265.8957.5832.35
Hex4C23822A4903110a3a20
Octal11443202521110614127240
Binary10011001000111000001010101010010010110001100001010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,130); }

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

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

 a { background-color: rgb(76,35,130); }

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

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

 span { border-color: rgb(76,35,130); }

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