Html Css Color HEX #49257F Windsor

📋 copy color: '#49257F'

red 73 ◦ green 37 ◦ blue 127

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

Shades of Windsor #49257F

Tints of Windsor #49257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.61%

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

R = 30.8%
G = 15.61%
B = 53.59%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49257F (or 0x49257F) is known color: Windsor. HEX triplet: 49, 25 and 7F. RGB value is (73,37,127). Sum of RGB (Red+Green+Blue) = 73+37+127=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #49257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49257F is #B6DA80. Grayscale: #393939. Windows color (decimal): -11983489 or 8332617. OLE color: 8332617.

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

Color convert

RGB 73 37 127 -
CMYK 0.43 0.71 0 0.50
HSL 264º 0.55% 0.32% -
HSV(B) 264º 0.71% 0.5% -
XYZ 7.24 4.27 20.52 -
YUV 58.02 166.93 138.68 -
System Red Green Blue C M Y K H S L
Decimal 73 37 127 0.43 0.71 0 0.50 264 0.55 0.32
Hex 49 25 7F 2B 47 0 32 108 37 20
Octal 111 45 177 53 107 0 62 410 67 40
Binary 1001001 100101 1111111 101011 1000111 0 110010 100001000 110111 100000

Color Harmonies of #49257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49257F

Black with #49257F

Text Example


Text Example

White with #49257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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