Html Css Color HEX #49237F Windsor

📋 copy color: '#49237F'

red 73 ◦ green 35 ◦ blue 127

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

Shades of Windsor #49237F

Tints of Windsor #49237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

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

R = 31.06%
G = 14.89%
B = 54.04%

CMYK

 C value IS 0.43

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#49237F (or 0x49237F) is known color: Windsor. HEX triplet: 49, 23 and 7F. RGB value is (73,35,127). Sum of RGB (Red+Green+Blue) = 73+35+127=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 127 (50% from 255 or 54.04% from 235); Max value from RGB is 127 - color contains mainly: blue. Hex color #49237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49237F is #B6DC80. Grayscale: #383838. Windows color (decimal): -11984001 or 8332105. OLE color: 8332105.

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

Color convert

RGB 73 35 127 -
CMYK 0.43 0.72 0 0.50
HSL 264.78º 0.57% 0.32% -
HSV(B) 264.78º 0.72% 0.5% -
XYZ 7.18 4.15 20.5 -
YUV 56.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 73 35 127 0.43 0.72 0 0.50 264.78 0.57 0.32
Hex 49 23 7F 2B 48 0 32 109 39 20
Octal 111 43 177 53 110 0 62 411 71 40
Binary 1001001 100011 1111111 101011 1001000 0 110010 100001001 111001 100000

Color Harmonies of #49237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49237F

Black with #49237F

Text Example


Text Example

White with #49237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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