Html Css Color HEX #4E1A88 Windsor

📋 copy color: '#4E1A88'

red 78 ◦ green 26 ◦ blue 136

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

Shades of Windsor #4E1A88

Tints of Windsor #4E1A88

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.83%

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

R = 32.5%
G = 10.83%
B = 56.67%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4E1A88 (or 0x4E1A88) is known color: Windsor. HEX triplet: 4E, 1A and 88. RGB value is (78,26,136). Sum of RGB (Red+Green+Blue) = 78+26+136=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 136 (53.52% from 255 or 56.67% from 240); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E1A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1A88 is #B1E577. Grayscale: #353535. Windows color (decimal): -11658616 or 8919630. OLE color: 8919630.

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

Color convert

RGB 78 26 136 -
CMYK 0.43 0.81 0 0.47
HSL 268.36º 0.68% 0.32% -
HSV(B) 268.36º 0.81% 0.53% -
XYZ 7.96 4.14 23.67 -
YUV 54.09 174.23 145.06 -
System Red Green Blue C M Y K H S L
Decimal 78 26 136 0.43 0.81 0 0.47 268.36 0.68 0.32
Hex 4E 1A 88 2B 51 0 2F 10C 44 20
Octal 116 32 210 53 121 0 57 414 104 40
Binary 1001110 11010 10001000 101011 1010001 0 101111 100001100 1000100 100000

Color Harmonies of #4E1A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1A88

Black with #4E1A88

Text Example


Text Example

White with #4E1A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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