Html Css Color HEX #4E1E88 Windsor

📋 copy color: '#4E1E88'

red 78 ◦ green 30 ◦ blue 136

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

Shades of Windsor #4E1E88

Tints of Windsor #4E1E88

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.3%

 BLUE value IS 136 (53.52% from 255) = 55.74%

R = 31.97%
G = 12.3%
B = 55.74%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4E1E88 (or 0x4E1E88) is known color: Windsor. HEX triplet: 4E, 1E and 88. RGB value is (78,30,136). Sum of RGB (Red+Green+Blue) = 78+30+136=244 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.97% from 244); Green value is 30 (12.11% from 255 or 12.30% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E1E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1E88 is #B1E177. Grayscale: #383838. Windows color (decimal): -11657592 or 8920654. OLE color: 8920654.

HSL color Cylindrical-coordinate representation of color #4E1E88: hue angle of 267.17º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4E1E88 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 78 30 136 -
CMYK 0.43 0.78 0 0.47
HSL 267.17º 0.64% 0.33% -
HSV(B) 267.17º 0.78% 0.53% -
XYZ 8.05 4.33 23.7 -
YUV 56.44 172.9 143.38 -
System Red Green Blue C M Y K H S L
Decimal 78 30 136 0.43 0.78 0 0.47 267.17 0.64 0.33
Hex 4E 1E 88 2B 4E 0 2F 10B 40 21
Octal 116 36 210 53 116 0 57 413 100 41
Binary 1001110 11110 10001000 101011 1001110 0 101111 100001011 1000000 100001

Color Harmonies of #4E1E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1E88

Black with #4E1E88

Text Example


Text Example

White with #4E1E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,30,136); }

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

background-color css

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

 a { background-color: rgb(78,30,136); }

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

border-color css

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

 span { border-color: rgb(78,30,136); }

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