Html Css Color HEX #4D2589 Windsor

📋 copy color: '#4D2589'

red 77 ◦ green 37 ◦ blue 137

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

Shades of Windsor #4D2589

Tints of Windsor #4D2589

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.74%

 BLUE value IS 137 (53.91% from 255) = 54.58%

R = 30.68%
G = 14.74%
B = 54.58%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D2589 (or 0x4D2589) is known color: Windsor. HEX triplet: 4D, 25 and 89. RGB value is (77,37,137). Sum of RGB (Red+Green+Blue) = 77+37+137=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D2589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2589 is #B2DA76. Grayscale: #3B3B3B. Windows color (decimal): -11721335 or 8987981. OLE color: 8987981.

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

Color convert

RGB 77 37 137 -
CMYK 0.44 0.73 0 0.46
HSL 264º 0.57% 0.34% -
HSV(B) 264º 0.73% 0.54% -
XYZ 8.24 4.71 24.14 -
YUV 60.36 171.25 139.87 -
System Red Green Blue C M Y K H S L
Decimal 77 37 137 0.44 0.73 0 0.46 264 0.57 0.34
Hex 4D 25 89 2C 49 0 2E 108 39 22
Octal 115 45 211 54 111 0 56 410 71 42
Binary 1001101 100101 10001001 101100 1001001 0 101110 100001000 111001 100010

Color Harmonies of #4D2589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2589

Black with #4D2589

Text Example


Text Example

White with #4D2589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,37,137); }

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

background-color css

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

 a { background-color: rgb(77,37,137); }

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

border-color css

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

 span { border-color: rgb(77,37,137); }

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