Html Css Color HEX #4E1298 Indigo

📋 copy color: '#4E1298'

red 78 ◦ green 18 ◦ blue 152

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

Shades of Indigo #4E1298

Tints of Indigo #4E1298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 61.29%

R = 31.45%
G = 7.26%
B = 61.29%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4E1298 (or 0x4E1298) is known color: Indigo. HEX triplet: 4E, 12 and 98. RGB value is (78,18,152). Sum of RGB (Red+Green+Blue) = 78+18+152=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #4E1298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1298 is #B1ED67. Grayscale: #323232. Windows color (decimal): -11660648 or 9966158. OLE color: 9966158.

HSL color Cylindrical-coordinate representation of color #4E1298: hue angle of 266.87º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E1298 is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 78 18 152 -
CMYK 0.49 0.88 0 0.40
HSL 266.87º 0.79% 0.33% -
HSV(B) 266.87º 0.88% 0.6% -
XYZ 9.03 4.32 30.06 -
YUV 51.22 184.88 147.1 -
System Red Green Blue C M Y K H S L
Decimal 78 18 152 0.49 0.88 0 0.40 266.87 0.79 0.33
Hex 4E 12 98 31 58 0 28 10B 4F 21
Octal 116 22 230 61 130 0 50 413 117 41
Binary 1001110 10010 10011000 110001 1011000 0 101000 100001011 1001111 100001

Color Harmonies of #4E1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1298

Black with #4E1298

Text Example


Text Example

White with #4E1298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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