#4A0273

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

Shades of Indigo #4A0273

Tints of Indigo #4A0273

Color information

#4A0273 (or 0x4A0273) is unknown color: approx Indigo. HEX triplet: 4A, 02 and 73. RGB value is (74,2,115). Sum of RGB (Red+Green+Blue) = 74+2+115=191 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.74% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A0273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0273 is #B5FD8C. Grayscale: #242424. Windows color (decimal): -11926925 or 7537226. OLE color: 7537226.

HSL color Cylindrical-coordinate representation of color #4A0273: hue angle of 278.23º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A0273 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB742115-
CMYK0.360.9800.55
HSL278.23º96.58%22.94%-
HSV(B)278.23º98.26%45.1%-
XYZ5.942.7416.43-
YUV36.41172.35154.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.74%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 115 (45.31% from 255) = 60.21%
R=38.74%
G=1.05%
B=60.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7421150.360.9800.55278.2396.5822.94
Hex4A27324620371166117
Octal11221634414206742614127
Binary100101010111001110010011000100110111100010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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