#4E08A2

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

Shades of Indigo #4E08A2

Tints of Indigo #4E08A2

Color information

#4E08A2 (or 0x4E08A2) is unknown color: approx Indigo. HEX triplet: 4E, 08 and A2. RGB value is (78,8,162). Sum of RGB (Red+Green+Blue) = 78+8+162=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 162 (63.67% from 255 or 65.32% from 248); Max value from RGB is 162 - color contains mainly: blue. Hex color #4E08A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E08A2 is #B1F75D. Grayscale: #2D2D2D. Windows color (decimal): -11663198 or 10618958. OLE color: 10618958.

HSL color Cylindrical-coordinate representation of color #4E08A2: hue angle of 267.27º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E08A2 is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB788162-
CMYK0.520.9500.36
HSL267.27º90.59%33.33%-
HSV(B)267.27º95.06%63.53%-
XYZ9.754.434.52-
YUV46.49193.19150.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 31.45%
GREEN value IS 8 (3.52% from 255) = 3.23%
BLUE value IS 162 (63.67% from 255) = 65.32%
R=31.45%
G=3.23%
B=65.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7881620.520.9500.36267.2790.5933.33
Hex4E8A2345F02410b5b21
Octal116102426413704441313341
Binary1001110100010100010110100101111101001001000010111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E08A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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