Html Css Color HEX #4D278A Windsor

📋 copy color: '#4D278A'

red 77 ◦ green 39 ◦ blue 138

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

Shades of Windsor #4D278A

Tints of Windsor #4D278A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.33%

R = 30.31%
G = 15.35%
B = 54.33%

CMYK

 C value IS 0.44

 M value IS 0.72

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D278A (or 0x4D278A) is known color: Windsor. HEX triplet: 4D, 27 and 8A. RGB value is (77,39,138). Sum of RGB (Red+Green+Blue) = 77+39+138=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 138 (54.30% from 255 or 54.33% from 254); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D278A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D278A is #B2D875. Grayscale: #3D3D3D. Windows color (decimal): -11720822 or 9054029. OLE color: 9054029.

HSL color Cylindrical-coordinate representation of color #4D278A: hue angle of 263.03º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D278A is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 39 138 -
CMYK 0.44 0.72 0 0.46
HSL 263.03º 0.56% 0.35% -
HSV(B) 263.03º 0.72% 0.54% -
XYZ 8.37 4.86 24.54 -
YUV 61.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 77 39 138 0.44 0.72 0 0.46 263.03 0.56 0.35
Hex 4D 27 8A 2C 48 0 2E 107 38 23
Octal 115 47 212 54 110 0 56 407 70 43
Binary 1001101 100111 10001010 101100 1001000 0 101110 100000111 111000 100011

Color Harmonies of #4D278A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D278A

Black with #4D278A

Text Example


Text Example

White with #4D278A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,39,138); }

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

background-color css

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

 a { background-color: rgb(77,39,138); }

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

border-color css

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

 span { border-color: rgb(77,39,138); }

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