Html Css Color HEX #4C2C80 Windsor

📋 copy color: '#4C2C80'

red 76 ◦ green 44 ◦ blue 128

#4C2C80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #4C2C80

Tints of Windsor #4C2C80

RGB

 RED value IS 76 (30.08% from 255) = 30.65%

 GREEN value IS 44 (17.58% from 255) = 17.74%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 30.65%
G = 17.74%
B = 51.61%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C2C80 (or 0x4C2C80) is known color: Windsor. HEX triplet: 4C, 2C and 80. RGB value is (76,44,128). Sum of RGB (Red+Green+Blue) = 76+44+128=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 44 (17.58% from 255 or 17.74% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C2C80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2C80 is #B3D37F. Grayscale: #3E3E3E. Windows color (decimal): -11785088 or 8399948. OLE color: 8399948.

HSL color Cylindrical-coordinate representation of color #4C2C80: hue angle of 262.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C2C80 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 44 128 -
CMYK 0.41 0.66 0 0.50
HSL 262.86º 0.49% 0.34% -
HSV(B) 262.86º 0.66% 0.5% -
XYZ 7.78 4.9 20.96 -
YUV 63.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 76 44 128 0.41 0.66 0 0.50 262.86 0.49 0.34
Hex 4C 2C 80 29 42 0 32 107 31 22
Octal 114 54 200 51 102 0 62 407 61 42
Binary 1001100 101100 10000000 101001 1000010 0 110010 100000111 110001 100010

Color Harmonies of #4C2C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2C80

Black with #4C2C80

Text Example


Text Example

White with #4C2C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,44,128); }

 H1.HeaderClassName
 {
   color: #4C2C80;
 }
 .AnyTagClassName
 {
   color: #4C2C80;
 }
</style>

background-color css

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

 a { background-color: rgb(76,44,128); }

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

border-color css

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

 span { border-color: rgb(76,44,128); }

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