Html Css Color HEX #491E95 Windsor

📋 copy color: '#491E95'

red 73 ◦ green 30 ◦ blue 149

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

Shades of Windsor #491E95

Tints of Windsor #491E95

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.9%

 BLUE value IS 149 (58.59% from 255) = 59.13%

R = 28.97%
G = 11.9%
B = 59.13%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#491E95 (or 0x491E95) is known color: Windsor. HEX triplet: 49, 1E and 95. RGB value is (73,30,149). Sum of RGB (Red+Green+Blue) = 73+30+149=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #491E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491E95 is #B6E16A. Grayscale: #373737. Windows color (decimal): -11985259 or 9772617. OLE color: 9772617.

HSL color Cylindrical-coordinate representation of color #491E95: hue angle of 261.68º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #491E95 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 30 149 -
CMYK 0.51 0.80 0 0.42
HSL 261.68º 0.66% 0.35% -
HSV(B) 261.68º 0.8% 0.58% -
XYZ 8.64 4.51 28.85 -
YUV 56.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 73 30 149 0.51 0.80 0 0.42 261.68 0.66 0.35
Hex 49 1E 95 33 50 0 2A 106 42 23
Octal 111 36 225 63 120 0 52 406 102 43
Binary 1001001 11110 10010101 110011 1010000 0 101010 100000110 1000010 100011

Color Harmonies of #491E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E95

Black with #491E95

Text Example


Text Example

White with #491E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,30,149); }

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

background-color css

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

 a { background-color: rgb(73,30,149); }

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

border-color css

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

 span { border-color: rgb(73,30,149); }

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