Html Css Color HEX #491E81 Windsor

📋 copy color: '#491E81'

red 73 ◦ green 30 ◦ blue 129

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

Shades of Windsor #491E81

Tints of Windsor #491E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.6%

R = 31.47%
G = 12.93%
B = 55.6%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#491E81 (or 0x491E81) is known color: Windsor. HEX triplet: 49, 1E and 81. RGB value is (73,30,129). Sum of RGB (Red+Green+Blue) = 73+30+129=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #491E81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491E81 is #B6E17E. Grayscale: #353535. Windows color (decimal): -11985279 or 8461897. OLE color: 8461897.

HSL color Cylindrical-coordinate representation of color #491E81: hue angle of 266.06º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491E81 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 30 129 -
CMYK 0.43 0.77 0 0.49
HSL 266.06º 0.62% 0.31% -
HSV(B) 266.06º 0.77% 0.51% -
XYZ 7.17 3.93 21.15 -
YUV 54.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 73 30 129 0.43 0.77 0 0.49 266.06 0.62 0.31
Hex 49 1E 81 2B 4D 0 31 10A 3E 1F
Octal 111 36 201 53 115 0 61 412 76 37
Binary 1001001 11110 10000001 101011 1001101 0 110001 100001010 111110 11111

Color Harmonies of #491E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E81

Black with #491E81

Text Example


Text Example

White with #491E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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