#4A039D

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

Shades of Indigo #4A039D

Tints of Indigo #4A039D

Color information

#4A039D (or 0x4A039D) is unknown color: approx Indigo. HEX triplet: 4A, 03 and 9D. RGB value is (74,3,157). Sum of RGB (Red+Green+Blue) = 74+3+157=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A039D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A039D is #B5FC62. Grayscale: #292929. Windows color (decimal): -11926627 or 10289994. OLE color: 10289994.

HSL color Cylindrical-coordinate representation of color #4A039D: hue angle of 267.66º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A039D is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB743157-
CMYK0.530.9800.38
HSL267.66º96.25%31.37%-
HSV(B)267.66º98.09%61.57%-
XYZ8.943.9632.19-
YUV41.78193.02150.98-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.62%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 157 (61.72% from 255) = 67.09%
R=31.62%
G=1.28%
B=67.09%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7431570.530.9800.38267.6696.2531.37
Hex4A39D356202610c601f
Octal11232356514204641414037
Binary1001010111001110111010111000100100110100001100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A039D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,3,157); }

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

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

 a { background-color: rgb(74,3,157); }

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

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

 span { border-color: rgb(74,3,157); }

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