Html Css Color HEX #49277F Windsor

📋 copy color: '#49277F'

red 73 ◦ green 39 ◦ blue 127

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

Shades of Windsor #49277F

Tints of Windsor #49277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.32%

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

R = 30.54%
G = 16.32%
B = 53.14%

CMYK

 C value IS 0.43

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49277F (or 0x49277F) is known color: Windsor. HEX triplet: 49, 27 and 7F. RGB value is (73,39,127). Sum of RGB (Red+Green+Blue) = 73+39+127=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 39 (15.62% from 255 or 16.32% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #49277F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49277F is #B6D880. Grayscale: #3A3A3A. Windows color (decimal): -11982977 or 8333129. OLE color: 8333129.

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

Color convert

RGB 73 39 127 -
CMYK 0.43 0.69 0 0.50
HSL 263.18º 0.53% 0.33% -
HSV(B) 263.18º 0.69% 0.5% -
XYZ 7.3 4.4 20.54 -
YUV 59.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 73 39 127 0.43 0.69 0 0.50 263.18 0.53 0.33
Hex 49 27 7F 2B 45 0 32 107 35 21
Octal 111 47 177 53 105 0 62 407 65 41
Binary 1001001 100111 1111111 101011 1000101 0 110010 100000111 110101 100001

Color Harmonies of #49277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49277F

Black with #49277F

Text Example


Text Example

White with #49277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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