Html Css Color HEX #4E096C Indigo

📋 copy color: '#4E096C'

red 78 ◦ green 9 ◦ blue 108

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

Shades of Indigo #4E096C

Tints of Indigo #4E096C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.62%

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

R = 40%
G = 4.62%
B = 55.38%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E096C (or 0x4E096C) is known color: Indigo. HEX triplet: 4E, 09 and 6C. RGB value is (78,9,108). Sum of RGB (Red+Green+Blue) = 78+9+108=195 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40% from 195); Green value is 9 (3.91% from 255 or 4.62% from 195); Blue value is 108 (42.58% from 255 or 55.38% from 195); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E096C is #B1F693. Grayscale: #282828. Windows color (decimal): -11662996 or 7080270. OLE color: 7080270.

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

Color convert

RGB 78 9 108 -
CMYK 0.28 0.92 0 0.58
HSL 281.82º 0.85% 0.23% -
HSV(B) 281.82º 0.92% 0.42% -
XYZ 5.95 2.9 14.43 -
YUV 40.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 78 9 108 0.28 0.92 0 0.58 281.82 0.85 0.23
Hex 4E 9 6C 1C 5C 0 3A 11A 55 17
Octal 116 11 154 34 134 0 72 432 125 27
Binary 1001110 1001 1101100 11100 1011100 0 111010 100011010 1010101 10111

Color Harmonies of #4E096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E096C

Black with #4E096C

Text Example


Text Example

White with #4E096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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