#4E0298

Color #4E0298 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4E0298

Tints of Indigo #4E0298

Color information

#4E0298 (or 0x4E0298) is unknown color: approx Indigo. HEX triplet: 4E, 02 and 98. RGB value is (78,2,152). Sum of RGB (Red+Green+Blue) = 78+2+152=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #4E0298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0298 is #B1FD67. Grayscale: #292929. Windows color (decimal): -11664744 or 9962062. OLE color: 9962062.

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

Color convert

RGB782152-
CMYK0.490.9900.40
HSL270.4º97.4%30.2%-
HSV(B)270.4º98.68%59.61%-
XYZ8.833.9330-
YUV41.82190.18153.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 2 (1.17% from 255) = 0.86%
BLUE value IS 152 (59.77% from 255) = 65.52%
R=33.62%
G=0.86%
B=65.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7821520.490.9900.40270.497.430.2
Hex4E298316302810e611e
Octal11622306114305041614136
Binary1001110101001100011000111000110101000100001110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E0298;
 }
 .AnyTagClassName
 {
   color: #4E0298;
 }
</style>
background-color css

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

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

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

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

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

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