Html Css Color HEX #4E2284 Windsor

📋 copy color: '#4E2284'

red 78 ◦ green 34 ◦ blue 132

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

Shades of Windsor #4E2284

Tints of Windsor #4E2284

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.93%

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

R = 31.97%
G = 13.93%
B = 54.1%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4E2284 (or 0x4E2284) is known color: Windsor. HEX triplet: 4E, 22 and 84. RGB value is (78,34,132). Sum of RGB (Red+Green+Blue) = 78+34+132=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E2284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2284 is #B1DD7B. Grayscale: #393939. Windows color (decimal): -11656572 or 8659534. OLE color: 8659534.

HSL color Cylindrical-coordinate representation of color #4E2284: hue angle of 266.94º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E2284 is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 78 34 132 -
CMYK 0.41 0.74 0 0.48
HSL 266.94º 0.59% 0.33% -
HSV(B) 266.94º 0.74% 0.52% -
XYZ 7.88 4.43 22.27 -
YUV 58.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 78 34 132 0.41 0.74 0 0.48 266.94 0.59 0.33
Hex 4E 22 84 29 4A 0 30 10B 3B 21
Octal 116 42 204 51 112 0 60 413 73 41
Binary 1001110 100010 10000100 101001 1001010 0 110000 100001011 111011 100001

Color Harmonies of #4E2284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2284

Black with #4E2284

Text Example


Text Example

White with #4E2284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,34,132); }

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

background-color css

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

 a { background-color: rgb(78,34,132); }

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

border-color css

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

 span { border-color: rgb(78,34,132); }

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