Html Css Color HEX #491989 Windsor

📋 copy color: '#491989'

red 73 ◦ green 25 ◦ blue 137

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

Shades of Windsor #491989

Tints of Windsor #491989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 58.3%

R = 31.06%
G = 10.64%
B = 58.3%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#491989 (or 0x491989) is known color: Windsor. HEX triplet: 49, 19 and 89. RGB value is (73,25,137). Sum of RGB (Red+Green+Blue) = 73+25+137=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 137 (53.91% from 255 or 58.30% from 235); Max value from RGB is 137 - color contains mainly: blue. Hex color #491989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491989 is #B6E676. Grayscale: #333333. Windows color (decimal): -11986551 or 8984905. OLE color: 8984905.

HSL color Cylindrical-coordinate representation of color #491989: hue angle of 265.71º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #491989 is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 25 137 -
CMYK 0.47 0.82 0 0.46
HSL 265.71º 0.69% 0.32% -
HSV(B) 265.71º 0.82% 0.54% -
XYZ 7.61 3.92 24.02 -
YUV 52.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 73 25 137 0.47 0.82 0 0.46 265.71 0.69 0.32
Hex 49 19 89 2F 52 0 2E 10A 45 20
Octal 111 31 211 57 122 0 56 412 105 40
Binary 1001001 11001 10001001 101111 1010010 0 101110 100001010 1000101 100000

Color Harmonies of #491989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491989

Black with #491989

Text Example


Text Example

White with #491989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491989; }

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

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

background-color css

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

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

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

border-color css

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

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

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