Html Css Color HEX #4E0468 Indigo

📋 copy color: '#4E0468'

red 78 ◦ green 4 ◦ blue 104

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

Shades of Indigo #4E0468

Tints of Indigo #4E0468

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.15%

 BLUE value IS 104 (41.02% from 255) = 55.91%

R = 41.94%
G = 2.15%
B = 55.91%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E0468 (or 0x4E0468) is known color: Indigo. HEX triplet: 4E, 04 and 68. RGB value is (78,4,104). Sum of RGB (Red+Green+Blue) = 78+4+104=186 (24% of max value = 765). Red value is 78 (30.86% from 255 or 41.94% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 104 (41.02% from 255 or 55.91% from 186); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E0468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0468 is #B1FB97. Grayscale: #252525. Windows color (decimal): -11664280 or 6816846. OLE color: 6816846.

HSL color Cylindrical-coordinate representation of color #4E0468: hue angle of 284.4º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0468 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 4 104 -
CMYK 0.25 0.96 0 0.59
HSL 284.4º 0.93% 0.21% -
HSV(B) 284.4º 0.96% 0.41% -
XYZ 5.68 2.71 13.32 -
YUV 37.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 78 4 104 0.25 0.96 0 0.59 284.4 0.93 0.21
Hex 4E 4 68 19 60 0 3B 11C 5D 15
Octal 116 4 150 31 140 0 73 434 135 25
Binary 1001110 100 1101000 11001 1100000 0 111011 100011100 1011101 10101

Color Harmonies of #4E0468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0468

Black with #4E0468

Text Example


Text Example

White with #4E0468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,4,104); }

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

background-color css

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

 a { background-color: rgb(78,4,104); }

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

border-color css

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

 span { border-color: rgb(78,4,104); }

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