#4E0098

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

Shades of Indigo #4E0098

Tints of Indigo #4E0098

Color information

#4E0098 (or 0x4E0098) is unknown color: approx Indigo. HEX triplet: 4E, 00 and 98. RGB value is (78,0,152). Sum of RGB (Red+Green+Blue) = 78+0+152=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 152 (59.77% from 255 or 66.09% from 230); Max value from RGB is 152 - color contains mainly: blue. Hex color #4E0098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0098 is #B1FF67. Grayscale: #282828. Windows color (decimal): -11665256 or 9961550. OLE color: 9961550.

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

Color convert

RGB780152-
CMYK0.49100.40
HSL270.79º100%29.8%-
HSV(B)270.79º100%59.61%-
XYZ8.813.8929.99-
YUV40.65190.84154.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 66.09%
R=33.91%
G=0%
B=66.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7801520.49100.40270.7910029.8
Hex4E098316402810f641e
Octal11602306114405041714436
Binary100111001001100011000111001000101000100001111110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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