Html Css Color HEX #4A09AD Indigo

📋 copy color: '#4A09AD'

red 74 ◦ green 9 ◦ blue 173

#4A09AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #4A09AD

Tints of Indigo #4A09AD

RGB

 RED value IS 74 (29.3% 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 value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A09AD (or 0x4A09AD) is known color: 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

RGB 74 9 173 -
CMYK 0.57 0.95 0 0.32
HSL 263.78º 0.9% 0.36% -
HSV(B) 263.78º 0.95% 0.68% -
XYZ 10.46 4.67 39.88 -
YUV 47.13 199.03 147.16 -
System Red Green Blue C M Y K H S L
Decimal 74 9 173 0.57 0.95 0 0.32 263.78 0.9 0.36
Hex 4A 9 AD 39 5F 0 20 108 5A 24
Octal 112 11 255 71 137 0 40 410 132 44
Binary 1001010 1001 10101101 111001 1011111 0 100000 100001000 1011010 100100

Color Harmonies of #4A09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A09AD

Black with #4A09AD

Text Example


Text Example

White with #4A09AD

Text Example


Text Example

HTML Codes & Css Web 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>