#4a0087

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

Shades of Indigo #4A0087

Tints of Indigo #4A0087

Color information

#4A0087 (or 0x4A0087) is unknown color: approx Indigo. HEX triplet: 4A, 00 and 87. RGB value is (74,0,135). Sum of RGB (Red+Green+Blue) = 74+0+135=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 135 (53.12% from 255 or 64.59% from 209); Max value from RGB is 135 - color contains mainly: blue. Hex color #4A0087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0087 is #B5FF78. Grayscale: #252525. Windows color (decimal): -11927417 or 8847434. OLE color: 8847434.

HSL color Cylindrical-coordinate representation of color #4A0087: hue angle of 272.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A0087 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB740135-
CMYK0.45100.47
HSL272.89º100%26.47%-
HSV(B)272.89º100%52.94%-
XYZ7.23.2123.16-
YUV37.52183.02154.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.41%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 135 (53.12% from 255) = 64.59%
R=35.41%
G=0%
B=64.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal7401350.45100.47272.8910026.47
Hex4A0872D6402F111641a
Octal11202075514405742114432
Binary100101001000011110110111001000101111100010001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a0087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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