Html Css Color HEX #49297D Windsor

📋 copy color: '#49297D'

red 73 ◦ green 41 ◦ blue 125

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

Shades of Windsor #49297D

Tints of Windsor #49297D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.15%

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

R = 30.54%
G = 17.15%
B = 52.3%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49297D (or 0x49297D) is known color: Windsor. HEX triplet: 49, 29 and 7D. RGB value is (73,41,125). Sum of RGB (Red+Green+Blue) = 73+41+125=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #49297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49297D is #B6D682. Grayscale: #3B3B3B. Windows color (decimal): -11982467 or 8202569. OLE color: 8202569.

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

Color convert

RGB 73 41 125 -
CMYK 0.42 0.67 0 0.51
HSL 262.86º 0.51% 0.33% -
HSV(B) 262.86º 0.67% 0.49% -
XYZ 7.24 4.48 19.89 -
YUV 60.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 73 41 125 0.42 0.67 0 0.51 262.86 0.51 0.33
Hex 49 29 7D 2A 43 0 33 107 33 21
Octal 111 51 175 52 103 0 63 407 63 41
Binary 1001001 101001 1111101 101010 1000011 0 110011 100000111 110011 100001

Color Harmonies of #49297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49297D

Black with #49297D

Text Example


Text Example

White with #49297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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