Html Css Color HEX #4E2089 Windsor

📋 copy color: '#4E2089'

red 78 ◦ green 32 ◦ blue 137

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

Shades of Windsor #4E2089

Tints of Windsor #4E2089

RGB

 RED value IS 78 (30.86% from 255) = 31.58%

 GREEN value IS 32 (12.89% from 255) = 12.96%

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

R = 31.58%
G = 12.96%
B = 55.47%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4E2089 (or 0x4E2089) is known color: Windsor. HEX triplet: 4E, 20 and 89. RGB value is (78,32,137). Sum of RGB (Red+Green+Blue) = 78+32+137=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E2089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2089 is #B1DF76. Grayscale: #393939. Windows color (decimal): -11657079 or 8986702. OLE color: 8986702.

HSL color Cylindrical-coordinate representation of color #4E2089: hue angle of 266.29º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E2089 is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 78 32 137 -
CMYK 0.43 0.77 0 0.46
HSL 266.29º 0.62% 0.33% -
HSV(B) 266.29º 0.77% 0.54% -
XYZ 8.17 4.46 24.1 -
YUV 57.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 78 32 137 0.43 0.77 0 0.46 266.29 0.62 0.33
Hex 4E 20 89 2B 4D 0 2E 10A 3E 21
Octal 116 40 211 53 115 0 56 412 76 41
Binary 1001110 100000 10001001 101011 1001101 0 101110 100001010 111110 100001

Color Harmonies of #4E2089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2089

Black with #4E2089

Text Example


Text Example

White with #4E2089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,32,137); }

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

background-color css

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

 a { background-color: rgb(78,32,137); }

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

border-color css

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

 span { border-color: rgb(78,32,137); }

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