#4A09AD

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

Shades of Indigo #4A09AD

Tints of Indigo #4A09AD

Color information

#4A09AD (or 0x4A09AD) is unknown color: approx Indigo. HEX triplet: 4A, 09 and AD. RGB value is (74,9,173). Sum of RGB (Red+Green+Blue) = 74+9+173=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A09AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A09AD is #B5F652. Grayscale: #2E2E2E. Windows color (decimal): -11925075 or 11340106. OLE color: 11340106.

HSL color Cylindrical-coordinate representation of color #4A09AD: hue angle of 263.78º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4A09AD is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB749173-
CMYK0.570.9500.32
HSL263.78º90.11%35.69%-
HSV(B)263.78º94.8%67.84%-
XYZ10.464.6739.88-
YUV47.13199.03147.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.91%
GREEN value IS 9 (3.91% from 255) = 3.52%
BLUE value IS 173 (67.97% from 255) = 67.58%
R=28.91%
G=3.52%
B=67.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7491730.570.9500.32263.7890.1135.69
Hex4A9AD395F0201085a24
Octal112112557113704041013244
Binary1001010100110101101111001101111101000001000010001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A09AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,9,173); }

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

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

 a { background-color: rgb(74,9,173); }

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

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

 span { border-color: rgb(74,9,173); }

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