#4A0192

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

Shades of Indigo #4A0192

Tints of Indigo #4A0192

Color information

#4A0192 (or 0x4A0192) is unknown color: approx Indigo. HEX triplet: 4A, 01 and 92. RGB value is (74,1,146). Sum of RGB (Red+Green+Blue) = 74+1+146=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A0192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0192 is #B5FE6D. Grayscale: #262626. Windows color (decimal): -11927150 or 9568586. OLE color: 9568586.

HSL color Cylindrical-coordinate representation of color #4A0192: hue angle of 270.21º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0192 is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB741146-
CMYK0.490.9900.43
HSL270.21º98.64%28.82%-
HSV(B)270.21º99.32%57.25%-
XYZ8.023.5527.46-
YUV39.36188.18152.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.48%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 146 (57.42% from 255) = 66.06%
R=33.48%
G=0.45%
B=66.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7411460.490.9900.43270.2198.6428.82
Hex4A192316302B10e631d
Octal11212226114305341614335
Binary100101011001001011000111000110101011100001110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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