Html Css Color HEX #4E0D6C Indigo

📋 copy color: '#4E0D6C'

red 78 ◦ green 13 ◦ blue 108

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

Shades of Indigo #4E0D6C

Tints of Indigo #4E0D6C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

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

R = 39.2%
G = 6.53%
B = 54.27%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4E0D6C (or 0x4E0D6C) is known color: Indigo. HEX triplet: 4E, 0D and 6C. RGB value is (78,13,108). Sum of RGB (Red+Green+Blue) = 78+13+108=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E0D6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0D6C is #B1F293. Grayscale: #2A2A2A. Windows color (decimal): -11661972 or 7081294. OLE color: 7081294.

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

Color convert

RGB 78 13 108 -
CMYK 0.28 0.88 0 0.58
HSL 281.05º 0.79% 0.24% -
HSV(B) 281.05º 0.88% 0.42% -
XYZ 5.99 2.99 14.45 -
YUV 43.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 78 13 108 0.28 0.88 0 0.58 281.05 0.79 0.24
Hex 4E D 6C 1C 58 0 3A 119 4F 18
Octal 116 15 154 34 130 0 72 431 117 30
Binary 1001110 1101 1101100 11100 1011000 0 111010 100011001 1001111 11000

Color Harmonies of #4E0D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0D6C

Black with #4E0D6C

Text Example


Text Example

White with #4E0D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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