Html Css Color HEX #4C2280 Windsor

📋 copy color: '#4C2280'

red 76 ◦ green 34 ◦ blue 128

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

Shades of Windsor #4C2280

Tints of Windsor #4C2280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.29%

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

R = 31.93%
G = 14.29%
B = 53.78%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C2280 (or 0x4C2280) is known color: Windsor. HEX triplet: 4C, 22 and 80. RGB value is (76,34,128). Sum of RGB (Red+Green+Blue) = 76+34+128=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C2280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2280 is #B3DD7F. Grayscale: #383838. Windows color (decimal): -11787648 or 8397388. OLE color: 8397388.

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

Color convert

RGB 76 34 128 -
CMYK 0.41 0.73 0 0.50
HSL 266.81º 0.58% 0.32% -
HSV(B) 266.81º 0.73% 0.5% -
XYZ 7.45 4.24 20.85 -
YUV 57.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 76 34 128 0.41 0.73 0 0.50 266.81 0.58 0.32
Hex 4C 22 80 29 49 0 32 10B 3A 20
Octal 114 42 200 51 111 0 62 413 72 40
Binary 1001100 100010 10000000 101001 1001001 0 110010 100001011 111010 100000

Color Harmonies of #4C2280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2280

Black with #4C2280

Text Example


Text Example

White with #4C2280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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