Html Css Color HEX #4E2384 Windsor

📋 copy color: '#4E2384'

red 78 ◦ green 35 ◦ blue 132

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

Shades of Windsor #4E2384

Tints of Windsor #4E2384

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.29%

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

R = 31.84%
G = 14.29%
B = 53.88%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4E2384 (or 0x4E2384) is known color: Windsor. HEX triplet: 4E, 23 and 84. RGB value is (78,35,132). Sum of RGB (Red+Green+Blue) = 78+35+132=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E2384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2384 is #B1DC7B. Grayscale: #3A3A3A. Windows color (decimal): -11656316 or 8659790. OLE color: 8659790.

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

Color convert

RGB 78 35 132 -
CMYK 0.41 0.73 0 0.48
HSL 266.6º 0.58% 0.33% -
HSV(B) 266.6º 0.73% 0.52% -
XYZ 7.91 4.49 22.28 -
YUV 58.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 78 35 132 0.41 0.73 0 0.48 266.6 0.58 0.33
Hex 4E 23 84 29 49 0 30 10B 3A 21
Octal 116 43 204 51 111 0 60 413 72 41
Binary 1001110 100011 10000100 101001 1001001 0 110000 100001011 111010 100001

Color Harmonies of #4E2384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E2384

Black with #4E2384

Text Example


Text Example

White with #4E2384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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