#4E0B88

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

Shades of Indigo #4E0B88

Tints of Indigo #4E0B88

Color information

#4E0B88 (or 0x4E0B88) is unknown color: approx Indigo. HEX triplet: 4E, 0B and 88. RGB value is (78,11,136). Sum of RGB (Red+Green+Blue) = 78+11+136=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 136 (53.52% from 255 or 60.44% from 225); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E0B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0B88 is #B1F477. Grayscale: #2C2C2C. Windows color (decimal): -11662456 or 8915790. OLE color: 8915790.

HSL color Cylindrical-coordinate representation of color #4E0B88: hue angle of 272.16º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E0B88 is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7811136-
CMYK0.430.9200.47
HSL272.16º85.03%28.82%-
HSV(B)272.16º91.91%53.33%-
XYZ7.713.6423.59-
YUV45.28179.2151.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 136 (53.52% from 255) = 60.44%
R=34.67%
G=4.89%
B=60.44%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78111360.430.9200.47272.1685.0328.82
Hex4EB882B5C02F110551d
Octal116132105313405742012535
Binary100111010111000100010101110111000101111100010000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,11,136); }

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

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

 a { background-color: rgb(78,11,136); }

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

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

 span { border-color: rgb(78,11,136); }

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