#4A0178

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

Shades of Indigo #4A0178

Tints of Indigo #4A0178

Color information

#4A0178 (or 0x4A0178) is unknown color: approx Indigo. HEX triplet: 4A, 01 and 78. RGB value is (74,1,120). Sum of RGB (Red+Green+Blue) = 74+1+120=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 120 (47.27% from 255 or 61.54% from 195); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A0178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0178 is #B5FE87. Grayscale: #232323. Windows color (decimal): -11927176 or 7864650. OLE color: 7864650.

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

Color convert

RGB741120-
CMYK0.380.9900.53
HSL276.81º98.35%23.73%-
HSV(B)276.81º99.17%47.06%-
XYZ6.232.8317.99-
YUV36.39175.18154.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.95%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 120 (47.27% from 255) = 61.54%
R=37.95%
G=0.51%
B=61.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7411200.380.9900.53276.8198.3523.73
Hex4A17826630351156218
Octal11211704614306542514230
Binary10010101111100010011011000110110101100010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,1,120); }

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

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

 a { background-color: rgb(74,1,120); }

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

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

 span { border-color: rgb(74,1,120); }

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