Html Css Color HEX #4E1C8B Windsor

📋 copy color: '#4E1C8B'

red 78 ◦ green 28 ◦ blue 139

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

Shades of Windsor #4E1C8B

Tints of Windsor #4E1C8B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 31.84%
G = 11.43%
B = 56.73%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E1C8B (or 0x4E1C8B) is known color: Windsor. HEX triplet: 4E, 1C and 8B. RGB value is (78,28,139). Sum of RGB (Red+Green+Blue) = 78+28+139=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E1C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E1C8B is #B1E374. Grayscale: #373737. Windows color (decimal): -11658101 or 9116750. OLE color: 9116750.

HSL color Cylindrical-coordinate representation of color #4E1C8B: hue angle of 267.03º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4E1C8B is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 78 28 139 -
CMYK 0.44 0.80 0 0.45
HSL 267.03º 0.66% 0.33% -
HSV(B) 267.03º 0.8% 0.55% -
XYZ 8.22 4.31 24.83 -
YUV 55.6 175.07 143.97 -
System Red Green Blue C M Y K H S L
Decimal 78 28 139 0.44 0.80 0 0.45 267.03 0.66 0.33
Hex 4E 1C 8B 2C 50 0 2D 10B 42 21
Octal 116 34 213 54 120 0 55 413 102 41
Binary 1001110 11100 10001011 101100 1010000 0 101101 100001011 1000010 100001

Color Harmonies of #4E1C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1C8B

Black with #4E1C8B

Text Example


Text Example

White with #4E1C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,28,139); }

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

background-color css

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

 a { background-color: rgb(78,28,139); }

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

border-color css

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

 span { border-color: rgb(78,28,139); }

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