#4A026B

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

Shades of Indigo #4A026B

Tints of Indigo #4A026B

Color information

#4A026B (or 0x4A026B) is unknown color: approx Indigo. HEX triplet: 4A, 02 and 6B. RGB value is (74,2,107). Sum of RGB (Red+Green+Blue) = 74+2+107=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 107 (42.19% from 255 or 58.47% from 183); Max value from RGB is 107 - color contains mainly: blue. Hex color #4A026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A026B is #B5FD94. Grayscale: #232323. Windows color (decimal): -11926933 or 7012938. OLE color: 7012938.

HSL color Cylindrical-coordinate representation of color #4A026B: hue angle of 281.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4A026B is Cyan = 0.31, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB742107-
CMYK0.310.9800.58
HSL281.14º96.33%21.37%-
HSV(B)281.14º98.13%41.96%-
XYZ5.52.5614.11-
YUV35.5168.35155.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.44%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 107 (42.19% from 255) = 58.47%
R=40.44%
G=1.09%
B=58.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7421070.310.9800.58281.1496.3321.37
Hex4A26B1F6203A1196015
Octal11221533714207243114025
Binary10010101011010111111111000100111010100011001110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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