Html Css Color HEX #49317F Windsor

📋 copy color: '#49317F'

red 73 ◦ green 49 ◦ blue 127

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

Shades of Windsor #49317F

Tints of Windsor #49317F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.68%

 BLUE value IS 127 (50% from 255) = 51%

R = 29.32%
G = 19.68%
B = 51%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49317F (or 0x49317F) is known color: Windsor. HEX triplet: 49, 31 and 7F. RGB value is (73,49,127). Sum of RGB (Red+Green+Blue) = 73+49+127=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #49317F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49317F is #B6CE80. Grayscale: #404040. Windows color (decimal): -11980417 or 8335689. OLE color: 8335689.

HSL color Cylindrical-coordinate representation of color #49317F: hue angle of 258.46º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49317F is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 73 49 127 -
CMYK 0.43 0.61 0 0.50
HSL 258.46º 0.44% 0.35% -
HSV(B) 258.46º 0.61% 0.5% -
XYZ 7.68 5.15 20.67 -
YUV 65.07 162.95 133.66 -
System Red Green Blue C M Y K H S L
Decimal 73 49 127 0.43 0.61 0 0.50 258.46 0.44 0.35
Hex 49 31 7F 2B 3D 0 32 102 2C 23
Octal 111 61 177 53 75 0 62 402 54 43
Binary 1001001 110001 1111111 101011 111101 0 110010 100000010 101100 100011

Color Harmonies of #49317F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49317F

Black with #49317F

Text Example


Text Example

White with #49317F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49317F; }

 p { color: rgb(73,49,127); }

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

background-color css

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

 a { background-color: rgb(73,49,127); }

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

border-color css

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

 span { border-color: rgb(73,49,127); }

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