Html Css Color HEX #491980 Windsor

📋 copy color: '#491980'

red 73 ◦ green 25 ◦ blue 128

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

Shades of Windsor #491980

Tints of Windsor #491980

RGB

 RED value IS 73 (28.91% from 255) = 32.3%

 GREEN value IS 25 (10.16% from 255) = 11.06%

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

R = 32.3%
G = 11.06%
B = 56.64%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#491980 (or 0x491980) is known color: Windsor. HEX triplet: 49, 19 and 80. RGB value is (73,25,128). Sum of RGB (Red+Green+Blue) = 73+25+128=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 128 (50.39% from 255 or 56.64% from 226); Max value from RGB is 128 - color contains mainly: blue. Hex color #491980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491980 is #B6E67F. Grayscale: #323232. Windows color (decimal): -11986560 or 8395081. OLE color: 8395081.

HSL color Cylindrical-coordinate representation of color #491980: hue angle of 267.96º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491980 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 25 128 -
CMYK 0.43 0.80 0 0.50
HSL 267.96º 0.67% 0.3% -
HSV(B) 267.96º 0.8% 0.5% -
XYZ 6.99 3.67 20.76 -
YUV 51.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 73 25 128 0.43 0.80 0 0.50 267.96 0.67 0.3
Hex 49 19 80 2B 50 0 32 10C 43 1E
Octal 111 31 200 53 120 0 62 414 103 36
Binary 1001001 11001 10000000 101011 1010000 0 110010 100001100 1000011 11110

Color Harmonies of #491980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491980

Black with #491980

Text Example


Text Example

White with #491980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491980; }

 p { color: rgb(73,25,128); }

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

background-color css

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

 a { background-color: rgb(73,25,128); }

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

border-color css

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

 span { border-color: rgb(73,25,128); }

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