Html Css Color HEX #4E0C9B Indigo

📋 copy color: '#4E0C9B'

red 78 ◦ green 12 ◦ blue 155

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

Shades of Indigo #4E0C9B

Tints of Indigo #4E0C9B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.9%

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

R = 31.84%
G = 4.9%
B = 63.27%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E0C9B (or 0x4E0C9B) is known color: Indigo. HEX triplet: 4E, 0C and 9B. RGB value is (78,12,155). Sum of RGB (Red+Green+Blue) = 78+12+155=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E0C9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0C9B is #B1F364. Grayscale: #2F2F2F. Windows color (decimal): -11662181 or 10161230. OLE color: 10161230.

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

Color convert

RGB 78 12 155 -
CMYK 0.50 0.92 0 0.39
HSL 267.69º 0.86% 0.33% -
HSV(B) 267.69º 0.92% 0.61% -
XYZ 9.19 4.25 31.35 -
YUV 48.04 188.37 149.37 -
System Red Green Blue C M Y K H S L
Decimal 78 12 155 0.50 0.92 0 0.39 267.69 0.86 0.33
Hex 4E C 9B 32 5C 0 27 10C 56 21
Octal 116 14 233 62 134 0 47 414 126 41
Binary 1001110 1100 10011011 110010 1011100 0 100111 100001100 1010110 100001

Color Harmonies of #4E0C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0C9B

Black with #4E0C9B

Text Example


Text Example

White with #4E0C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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