Html Css Color HEX #4E069B Indigo

📋 copy color: '#4E069B'

red 78 ◦ green 6 ◦ blue 155

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

Shades of Indigo #4E069B

Tints of Indigo #4E069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.51%

 BLUE value IS 155 (60.94% from 255) = 64.85%

R = 32.64%
G = 2.51%
B = 64.85%

CMYK

 C value IS 0.50

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E069B (or 0x4E069B) is known color: Indigo. HEX triplet: 4E, 06 and 9B. RGB value is (78,6,155). Sum of RGB (Red+Green+Blue) = 78+6+155=239 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.64% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E069B is #B1F964. Grayscale: #2B2B2B. Windows color (decimal): -11663717 or 10159694. OLE color: 10159694.

HSL color Cylindrical-coordinate representation of color #4E069B: hue angle of 268.99º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E069B is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 6 155 -
CMYK 0.50 0.96 0 0.39
HSL 268.99º 0.93% 0.32% -
HSV(B) 268.99º 0.96% 0.61% -
XYZ 9.12 4.12 31.32 -
YUV 44.51 190.35 151.88 -
System Red Green Blue C M Y K H S L
Decimal 78 6 155 0.50 0.96 0 0.39 268.99 0.93 0.32
Hex 4E 6 9B 32 60 0 27 10D 5D 20
Octal 116 6 233 62 140 0 47 415 135 40
Binary 1001110 110 10011011 110010 1100000 0 100111 100001101 1011101 100000

Color Harmonies of #4E069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E069B

Black with #4E069B

Text Example


Text Example

White with #4E069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,6,155); }

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

background-color css

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

 a { background-color: rgb(78,6,155); }

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

border-color css

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

 span { border-color: rgb(78,6,155); }

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