Html Css Color HEX #4E12A4 Indigo

📋 copy color: '#4E12A4'

red 78 ◦ green 18 ◦ blue 164

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

Shades of Indigo #4E12A4

Tints of Indigo #4E12A4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 164 (64.45% from 255) = 63.08%

R = 30%
G = 6.92%
B = 63.08%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4E12A4 (or 0x4E12A4) is known color: Indigo. HEX triplet: 4E, 12 and A4. RGB value is (78,18,164). Sum of RGB (Red+Green+Blue) = 78+18+164=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 164 (64.45% from 255 or 63.08% from 260); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E12A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E12A4 is #B1ED5B. Grayscale: #343434. Windows color (decimal): -11660636 or 10752590. OLE color: 10752590.

HSL color Cylindrical-coordinate representation of color #4E12A4: hue angle of 264.66º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E12A4 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 18 164 -
CMYK 0.52 0.89 0 0.36
HSL 264.66º 0.8% 0.36% -
HSV(B) 264.66º 0.89% 0.64% -
XYZ 10.06 4.73 35.51 -
YUV 52.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 78 18 164 0.52 0.89 0 0.36 264.66 0.8 0.36
Hex 4E 12 A4 34 59 0 24 109 50 24
Octal 116 22 244 64 131 0 44 411 120 44
Binary 1001110 10010 10100100 110100 1011001 0 100100 100001001 1010000 100100

Color Harmonies of #4E12A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E12A4

Black with #4E12A4

Text Example


Text Example

White with #4E12A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,18,164); }

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

background-color css

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

 a { background-color: rgb(78,18,164); }

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

border-color css

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

 span { border-color: rgb(78,18,164); }

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