#4A0277

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

Shades of Indigo #4A0277

Tints of Indigo #4A0277

Color information

#4A0277 (or 0x4A0277) is unknown color: approx Indigo. HEX triplet: 4A, 02 and 77. RGB value is (74,2,119). Sum of RGB (Red+Green+Blue) = 74+2+119=195 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.95% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #4A0277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0277 is #B5FD88. Grayscale: #242424. Windows color (decimal): -11926921 or 7799370. OLE color: 7799370.

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

Color convert

RGB742119-
CMYK0.380.9800.53
HSL276.92º96.69%23.73%-
HSV(B)276.92º98.32%46.67%-
XYZ6.182.8317.67-
YUV36.87174.35154.49-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.95%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 119 (46.88% from 255) = 61.03%
R=37.95%
G=1.03%
B=61.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7421190.380.9800.53276.9296.6923.73
Hex4A27726620351156118
Octal11221674614206542514130
Binary100101010111011110011011000100110101100010101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,2,119); }

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

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

 a { background-color: rgb(74,2,119); }

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

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

 span { border-color: rgb(74,2,119); }

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