Html Css Color HEX #49217D Windsor

📋 copy color: '#49217D'

red 73 ◦ green 33 ◦ blue 125

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

Shades of Windsor #49217D

Tints of Windsor #49217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

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

R = 31.6%
G = 14.29%
B = 54.11%

CMYK

 C value IS 0.42

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#49217D (or 0x49217D) is known color: Windsor. HEX triplet: 49, 21 and 7D. RGB value is (73,33,125). Sum of RGB (Red+Green+Blue) = 73+33+125=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #49217D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49217D is #B6DE82. Grayscale: #373737. Windows color (decimal): -11984515 or 8200521. OLE color: 8200521.

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

Color convert

RGB 73 33 125 -
CMYK 0.42 0.74 0 0.51
HSL 266.09º 0.58% 0.31% -
HSV(B) 266.09º 0.74% 0.49% -
XYZ 6.99 3.98 19.8 -
YUV 55.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 73 33 125 0.42 0.74 0 0.51 266.09 0.58 0.31
Hex 49 21 7D 2A 4A 0 33 10A 3A 1F
Octal 111 41 175 52 112 0 63 412 72 37
Binary 1001001 100001 1111101 101010 1001010 0 110011 100001010 111010 11111

Color Harmonies of #49217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49217D

Black with #49217D

Text Example


Text Example

White with #49217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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