Html Css Color HEX #4D267F Windsor

📋 copy color: '#4D267F'

red 77 ◦ green 38 ◦ blue 127

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

Shades of Windsor #4D267F

Tints of Windsor #4D267F

RGB

 RED value IS 77 (30.47% from 255) = 31.82%

 GREEN value IS 38 (15.23% from 255) = 15.7%

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

R = 31.82%
G = 15.7%
B = 52.48%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4D267F (or 0x4D267F) is known color: Windsor. HEX triplet: 4D, 26 and 7F. RGB value is (77,38,127). Sum of RGB (Red+Green+Blue) = 77+38+127=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #4D267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D267F is #B2D980. Grayscale: #3B3B3B. Windows color (decimal): -11721089 or 8332877. OLE color: 8332877.

HSL color Cylindrical-coordinate representation of color #4D267F: hue angle of 266.29º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D267F is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 77 38 127 -
CMYK 0.39 0.70 0 0.50
HSL 266.29º 0.54% 0.32% -
HSV(B) 266.29º 0.7% 0.5% -
XYZ 7.58 4.5 20.55 -
YUV 59.81 165.92 140.26 -
System Red Green Blue C M Y K H S L
Decimal 77 38 127 0.39 0.70 0 0.50 266.29 0.54 0.32
Hex 4D 26 7F 27 46 0 32 10A 36 20
Octal 115 46 177 47 106 0 62 412 66 40
Binary 1001101 100110 1111111 100111 1000110 0 110010 100001010 110110 100000

Color Harmonies of #4D267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D267F

Black with #4D267F

Text Example


Text Example

White with #4D267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D267F; }

 p { color: rgb(77,38,127); }

 H1.HeaderClassName
 {
   color: #4D267F;
 }
 .AnyTagClassName
 {
   color: #4D267F;
 }
</style>

background-color css

<style>
 a { background-color: #4D267F; }

 a { background-color: rgb(77,38,127); }

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

border-color css

<style>
 span { border-color: #4D267F; }

 span { border-color: rgb(77,38,127); }

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