Html Css Color HEX #491E7C Windsor

📋 copy color: '#491E7C'

red 73 ◦ green 30 ◦ blue 124

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

Shades of Windsor #491E7C

Tints of Windsor #491E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.63%

R = 32.16%
G = 13.22%
B = 54.63%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#491E7C (or 0x491E7C) is known color: Windsor. HEX triplet: 49, 1E and 7C. RGB value is (73,30,124). Sum of RGB (Red+Green+Blue) = 73+30+124=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #491E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491E7C is #B6E183. Grayscale: #353535. Windows color (decimal): -11985284 or 8134217. OLE color: 8134217.

HSL color Cylindrical-coordinate representation of color #491E7C: hue angle of 267.45º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #491E7C is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 30 124 -
CMYK 0.41 0.76 0 0.51
HSL 267.45º 0.61% 0.3% -
HSV(B) 267.45º 0.76% 0.49% -
XYZ 6.85 3.8 19.44 -
YUV 53.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 73 30 124 0.41 0.76 0 0.51 267.45 0.61 0.3
Hex 49 1E 7C 29 4C 0 33 10B 3D 1E
Octal 111 36 174 51 114 0 63 413 75 36
Binary 1001001 11110 1111100 101001 1001100 0 110011 100001011 111101 11110

Color Harmonies of #491E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491E7C

Black with #491E7C

Text Example


Text Example

White with #491E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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