#4A0176

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

Shades of Indigo #4A0176

Tints of Indigo #4A0176

Color information

#4A0176 (or 0x4A0176) is unknown color: approx Indigo. HEX triplet: 4A, 01 and 76. RGB value is (74,1,118). Sum of RGB (Red+Green+Blue) = 74+1+118=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #4A0176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0176 is #B5FE89. Grayscale: #232323. Windows color (decimal): -11927178 or 7733578. OLE color: 7733578.

HSL color Cylindrical-coordinate representation of color #4A0176: hue angle of 277.44º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0176 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB741118-
CMYK0.370.9900.54
HSL277.44º98.32%23.33%-
HSV(B)277.44º99.15%46.27%-
XYZ6.12.7917.36-
YUV36.16174.18154.99-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 118 (46.48% from 255) = 61.14%
R=38.34%
G=0.52%
B=61.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7411180.370.9900.54277.4498.3223.33
Hex4A17625630361156217
Octal11211664514306642514227
Binary10010101111011010010111000110110110100010101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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