Html Css Color HEX #49317D Windsor

📋 copy color: '#49317D'

red 73 ◦ green 49 ◦ blue 125

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

Shades of Windsor #49317D

Tints of Windsor #49317D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.61%

R = 29.55%
G = 19.84%
B = 50.61%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49317D (or 0x49317D) is known color: Windsor. HEX triplet: 49, 31 and 7D. RGB value is (73,49,125). Sum of RGB (Red+Green+Blue) = 73+49+125=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #49317D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49317D is #B6CE82. Grayscale: #404040. Windows color (decimal): -11980419 or 8204617. OLE color: 8204617.

HSL color Cylindrical-coordinate representation of color #49317D: hue angle of 258.95º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49317D is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 73 49 125 -
CMYK 0.42 0.61 0 0.51
HSL 258.95º 0.44% 0.34% -
HSV(B) 258.95º 0.61% 0.49% -
XYZ 7.55 5.09 19.99 -
YUV 64.84 161.95 133.82 -
System Red Green Blue C M Y K H S L
Decimal 73 49 125 0.42 0.61 0 0.51 258.95 0.44 0.34
Hex 49 31 7D 2A 3D 0 33 103 2C 22
Octal 111 61 175 52 75 0 63 403 54 42
Binary 1001001 110001 1111101 101010 111101 0 110011 100000011 101100 100010

Color Harmonies of #49317D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49317D

Black with #49317D

Text Example


Text Example

White with #49317D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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