#4A008E

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

Shades of Indigo #4A008E

Tints of Indigo #4A008E

Color information

#4A008E (or 0x4A008E) is unknown color: approx Indigo. HEX triplet: 4A, 00 and 8E. RGB value is (74,0,142). Sum of RGB (Red+Green+Blue) = 74+0+142=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A008E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A008E is #B5FF71. Grayscale: #252525. Windows color (decimal): -11927410 or 9306186. OLE color: 9306186.

HSL color Cylindrical-coordinate representation of color #4A008E: hue angle of 271.27º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A008E is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB740142-
CMYK0.48100.44
HSL271.27º100%27.84%-
HSV(B)271.27º100%55.69%-
XYZ7.713.4125.84-
YUV38.31186.52153.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 142 (55.86% from 255) = 65.74%
R=34.26%
G=0%
B=65.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7401420.48100.44271.2710027.84
Hex4A08E306402C10f641c
Octal11202166014405441714434
Binary100101001000111011000011001000101100100001111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A008E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,0,142); }

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

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

 a { background-color: rgb(74,0,142); }

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

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

 span { border-color: rgb(74,0,142); }

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