#4e088b

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

Shades of Indigo #4E088B

Tints of Indigo #4E088B

Color information

#4E088B (or 0x4E088B) is unknown color: approx Indigo. HEX triplet: 4E, 08 and 8B. RGB value is (78,8,139). Sum of RGB (Red+Green+Blue) = 78+8+139=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E088B is #B1F774. Grayscale: #2B2B2B. Windows color (decimal): -11663221 or 9111630. OLE color: 9111630.

HSL color Cylindrical-coordinate representation of color #4E088B: hue angle of 272.06º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4E088B is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB788139-
CMYK0.440.9400.45
HSL272.06º89.12%28.82%-
HSV(B)272.06º94.24%54.51%-
XYZ7.893.6624.72-
YUV43.86181.69152.35-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 139 (54.69% from 255) = 61.78%
R=34.67%
G=3.56%
B=61.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7881390.440.9400.45272.0689.1228.82
Hex4E88B2C5E02D110591d
Octal116102135413605542013135
Binary100111010001000101110110010111100101101100010000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e088b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,8,139); }

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

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

 a { background-color: rgb(78,8,139); }

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

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

 span { border-color: rgb(78,8,139); }

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