Html Css Color HEX #4E086C Indigo

📋 copy color: '#4E086C'

red 78 ◦ green 8 ◦ blue 108

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

Shades of Indigo #4E086C

Tints of Indigo #4E086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

 BLUE value IS 108 (42.58% from 255) = 55.67%

R = 40.21%
G = 4.12%
B = 55.67%

CMYK

 C value IS 0.28

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E086C (or 0x4E086C) is known color: Indigo. HEX triplet: 4E, 08 and 6C. RGB value is (78,8,108). Sum of RGB (Red+Green+Blue) = 78+8+108=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E086C is #B1F793. Grayscale: #282828. Windows color (decimal): -11663252 or 7080014. OLE color: 7080014.

HSL color Cylindrical-coordinate representation of color #4E086C: hue angle of 282º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4E086C is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 78 8 108 -
CMYK 0.28 0.93 0 0.58
HSL 282º 0.86% 0.23% -
HSV(B) 282º 0.93% 0.42% -
XYZ 5.94 2.88 14.43 -
YUV 40.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 78 8 108 0.28 0.93 0 0.58 282 0.86 0.23
Hex 4E 8 6C 1C 5D 0 3A 11A 56 17
Octal 116 10 154 34 135 0 72 432 126 27
Binary 1001110 1000 1101100 11100 1011101 0 111010 100011010 1010110 10111

Color Harmonies of #4E086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E086C

Black with #4E086C

Text Example


Text Example

White with #4E086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,8,108); }

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

background-color css

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

 a { background-color: rgb(78,8,108); }

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

border-color css

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

 span { border-color: rgb(78,8,108); }

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