Html Css Color HEX #491A89 Windsor

📋 copy color: '#491A89'

red 73 ◦ green 26 ◦ blue 137

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

Shades of Windsor #491A89

Tints of Windsor #491A89

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.02%

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

R = 30.93%
G = 11.02%
B = 58.05%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#491A89 (or 0x491A89) is known color: Windsor. HEX triplet: 49, 1A and 89. RGB value is (73,26,137). Sum of RGB (Red+Green+Blue) = 73+26+137=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #491A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491A89 is #B6E576. Grayscale: #343434. Windows color (decimal): -11986295 or 8985161. OLE color: 8985161.

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

Color convert

RGB 73 26 137 -
CMYK 0.47 0.81 0 0.46
HSL 265.41º 0.68% 0.32% -
HSV(B) 265.41º 0.81% 0.54% -
XYZ 7.63 3.96 24.03 -
YUV 52.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 73 26 137 0.47 0.81 0 0.46 265.41 0.68 0.32
Hex 49 1A 89 2F 51 0 2E 109 44 20
Octal 111 32 211 57 121 0 56 411 104 40
Binary 1001001 11010 10001001 101111 1010001 0 101110 100001001 1000100 100000

Color Harmonies of #491A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491A89

Black with #491A89

Text Example


Text Example

White with #491A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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