Html Css Color HEX #491987 Windsor

📋 copy color: '#491987'

red 73 ◦ green 25 ◦ blue 135

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

Shades of Windsor #491987

Tints of Windsor #491987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.94%

R = 31.33%
G = 10.73%
B = 57.94%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#491987 (or 0x491987) is known color: Windsor. HEX triplet: 49, 19 and 87. RGB value is (73,25,135). Sum of RGB (Red+Green+Blue) = 73+25+135=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #491987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #491987 is #B6E678. Grayscale: #333333. Windows color (decimal): -11986553 or 8853833. OLE color: 8853833.

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

Color convert

RGB 73 25 135 -
CMYK 0.46 0.81 0 0.47
HSL 266.18º 0.69% 0.31% -
HSV(B) 266.18º 0.81% 0.53% -
XYZ 7.47 3.86 23.27 -
YUV 51.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 73 25 135 0.46 0.81 0 0.47 266.18 0.69 0.31
Hex 49 19 87 2E 51 0 2F 10A 45 1F
Octal 111 31 207 56 121 0 57 412 105 37
Binary 1001001 11001 10000111 101110 1010001 0 101111 100001010 1000101 11111

Color Harmonies of #491987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491987

Black with #491987

Text Example


Text Example

White with #491987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491987; }

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

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

background-color css

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

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

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

border-color css

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

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

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