Html Css Color HEX #4A0991 Indigo

📋 copy color: '#4A0991'

red 74 ◦ green 9 ◦ blue 145

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

Shades of Indigo #4A0991

Tints of Indigo #4A0991

RGB

 RED value IS 74 (29.3% from 255) = 32.46%

 GREEN value IS 9 (3.91% from 255) = 3.95%

 BLUE value IS 145 (57.03% from 255) = 63.6%

R = 32.46%
G = 3.95%
B = 63.6%

CMYK

 C value IS 0.49

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A0991 (or 0x4A0991) is known color: Indigo. HEX triplet: 4A, 09 and 91. RGB value is (74,9,145). Sum of RGB (Red+Green+Blue) = 74+9+145=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A0991 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0991 is #B5F66E. Grayscale: #2B2B2B. Windows color (decimal): -11925103 or 9505098. OLE color: 9505098.

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

Color convert

RGB 74 9 145 -
CMYK 0.49 0.94 0 0.43
HSL 268.68º 0.88% 0.3% -
HSV(B) 268.68º 0.94% 0.57% -
XYZ 8.03 3.7 27.08 -
YUV 43.94 185.03 149.44 -
System Red Green Blue C M Y K H S L
Decimal 74 9 145 0.49 0.94 0 0.43 268.68 0.88 0.3
Hex 4A 9 91 31 5E 0 2B 10D 58 1E
Octal 112 11 221 61 136 0 53 415 130 36
Binary 1001010 1001 10010001 110001 1011110 0 101011 100001101 1011000 11110

Color Harmonies of #4A0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0991

Black with #4A0991

Text Example


Text Example

White with #4A0991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A0991;
 }
 .AnyTagClassName
 {
   color: #4A0991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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