#4a0ba9

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

Shades of Indigo #4A0BA9

Tints of Indigo #4A0BA9

Color information

#4A0BA9 (or 0x4A0BA9) is unknown color: approx Indigo. HEX triplet: 4A, 0B and A9. RGB value is (74,11,169). Sum of RGB (Red+Green+Blue) = 74+11+169=254 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.13% from 254); Green value is 11 (4.69% from 255 or 4.33% from 254); Blue value is 169 (66.41% from 255 or 66.54% from 254); Max value from RGB is 169 - color contains mainly: blue. Hex color #4A0BA9 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0BA9 is #B5F456. Grayscale: #2F2F2F. Windows color (decimal): -11924567 or 11078474. OLE color: 11078474.

HSL color Cylindrical-coordinate representation of color #4A0BA9: hue angle of 263.92º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0BA9 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7411169-
CMYK0.560.9300.34
HSL263.92º87.78%35.29%-
HSV(B)263.92º93.49%66.27%-
XYZ10.114.5637.88-
YUV47.85196.37146.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.13%
GREEN value IS 11 (4.69% from 255) = 4.33%
BLUE value IS 169 (66.41% from 255) = 66.54%
R=29.13%
G=4.33%
B=66.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal74111690.560.9300.34263.9287.7835.29
Hex4ABA9385D0221085823
Octal112132517013504241013043
Binary1001010101110101001111000101110101000101000010001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4a0ba9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,11,169); }

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

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

 a { background-color: rgb(74,11,169); }

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

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

 span { border-color: rgb(74,11,169); }

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