Html Css Color HEX #4D2184 Windsor

📋 copy color: '#4D2184'

red 77 ◦ green 33 ◦ blue 132

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

Shades of Windsor #4D2184

Tints of Windsor #4D2184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 54.55%

R = 31.82%
G = 13.64%
B = 54.55%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D2184 (or 0x4D2184) is known color: Windsor. HEX triplet: 4D, 21 and 84. RGB value is (77,33,132). Sum of RGB (Red+Green+Blue) = 77+33+132=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D2184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2184 is #B2DE7B. Grayscale: #393939. Windows color (decimal): -11722364 or 8659277. OLE color: 8659277.

HSL color Cylindrical-coordinate representation of color #4D2184: hue angle of 266.67º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D2184 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 33 132 -
CMYK 0.42 0.75 0 0.48
HSL 266.67º 0.6% 0.32% -
HSV(B) 266.67º 0.75% 0.52% -
XYZ 7.77 4.33 22.26 -
YUV 57.44 170.08 141.95 -
System Red Green Blue C M Y K H S L
Decimal 77 33 132 0.42 0.75 0 0.48 266.67 0.6 0.32
Hex 4D 21 84 2A 4B 0 30 10B 3C 20
Octal 115 41 204 52 113 0 60 413 74 40
Binary 1001101 100001 10000100 101010 1001011 0 110000 100001011 111100 100000

Color Harmonies of #4D2184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2184

Black with #4D2184

Text Example


Text Example

White with #4D2184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,33,132); }

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

background-color css

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

 a { background-color: rgb(77,33,132); }

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

border-color css

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

 span { border-color: rgb(77,33,132); }

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