Html Css Color HEX #4E0968 Indigo

📋 copy color: '#4E0968'

red 78 ◦ green 9 ◦ blue 104

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

Shades of Indigo #4E0968

Tints of Indigo #4E0968

RGB

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

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

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

R = 40.84%
G = 4.71%
B = 54.45%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E0968 (or 0x4E0968) is known color: Indigo. HEX triplet: 4E, 09 and 68. RGB value is (78,9,104). Sum of RGB (Red+Green+Blue) = 78+9+104=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 104 (41.02% from 255 or 54.45% from 191); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E0968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0968 is #B1F697. Grayscale: #282828. Windows color (decimal): -11663000 or 6818126. OLE color: 6818126.

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

Color convert

RGB 78 9 104 -
CMYK 0.25 0.91 0 0.59
HSL 283.58º 0.84% 0.22% -
HSV(B) 283.58º 0.91% 0.41% -
XYZ 5.74 2.81 13.34 -
YUV 40.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 78 9 104 0.25 0.91 0 0.59 283.58 0.84 0.22
Hex 4E 9 68 19 5B 0 3B 11C 54 16
Octal 116 11 150 31 133 0 73 434 124 26
Binary 1001110 1001 1101000 11001 1011011 0 111011 100011100 1010100 10110

Color Harmonies of #4E0968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0968

Black with #4E0968

Text Example


Text Example

White with #4E0968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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