Html Css Color HEX #491880 Windsor

📋 copy color: '#491880'

red 73 ◦ green 24 ◦ blue 128

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

Shades of Windsor #491880

Tints of Windsor #491880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

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

R = 32.44%
G = 10.67%
B = 56.89%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#491880 (or 0x491880) is known color: Windsor. HEX triplet: 49, 18 and 80. RGB value is (73,24,128). Sum of RGB (Red+Green+Blue) = 73+24+128=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #491880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491880 is #B6E77F. Grayscale: #323232. Windows color (decimal): -11986816 or 8394825. OLE color: 8394825.

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

Color convert

RGB 73 24 128 -
CMYK 0.43 0.81 0 0.50
HSL 268.27º 0.68% 0.3% -
HSV(B) 268.27º 0.81% 0.5% -
XYZ 6.97 3.63 20.76 -
YUV 50.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 73 24 128 0.43 0.81 0 0.50 268.27 0.68 0.3
Hex 49 18 80 2B 51 0 32 10C 44 1E
Octal 111 30 200 53 121 0 62 414 104 36
Binary 1001001 11000 10000000 101011 1010001 0 110010 100001100 1000100 11110

Color Harmonies of #491880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491880

Black with #491880

Text Example


Text Example

White with #491880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491880; }

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

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

background-color css

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

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

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

border-color css

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

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

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