Html Css Color HEX #4E098C Indigo

📋 copy color: '#4E098C'

red 78 ◦ green 9 ◦ blue 140

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

Shades of Indigo #4E098C

Tints of Indigo #4E098C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.67%

R = 34.36%
G = 3.96%
B = 61.67%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4E098C (or 0x4E098C) is known color: Indigo. HEX triplet: 4E, 09 and 8C. RGB value is (78,9,140). Sum of RGB (Red+Green+Blue) = 78+9+140=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 9 (3.91% from 255 or 3.96% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E098C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E098C is #B1F673. Grayscale: #2C2C2C. Windows color (decimal): -11662964 or 9177422. OLE color: 9177422.

HSL color Cylindrical-coordinate representation of color #4E098C: hue angle of 271.6º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E098C is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 78 9 140 -
CMYK 0.44 0.94 0 0.45
HSL 271.6º 0.88% 0.29% -
HSV(B) 271.6º 0.94% 0.55% -
XYZ 7.97 3.71 25.11 -
YUV 44.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 78 9 140 0.44 0.94 0 0.45 271.6 0.88 0.29
Hex 4E 9 8C 2C 5E 0 2D 110 58 1D
Octal 116 11 214 54 136 0 55 420 130 35
Binary 1001110 1001 10001100 101100 1011110 0 101101 100010000 1011000 11101

Color Harmonies of #4E098C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E098C

Black with #4E098C

Text Example


Text Example

White with #4E098C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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