Html Css Color HEX #4A1999 Indigo

📋 copy color: '#4A1999'

red 74 ◦ green 25 ◦ blue 153

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

Shades of Indigo #4A1999

Tints of Indigo #4A1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

 BLUE value IS 153 (60.16% from 255) = 60.71%

R = 29.37%
G = 9.92%
B = 60.71%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4A1999 (or 0x4A1999) is known color: Indigo. HEX triplet: 4A, 19 and 99. RGB value is (74,25,153). Sum of RGB (Red+Green+Blue) = 74+25+153=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A1999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1999 is #B5E666. Grayscale: #353535. Windows color (decimal): -11920999 or 10033482. OLE color: 10033482.

HSL color Cylindrical-coordinate representation of color #4A1999: hue angle of 262.97º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1999 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 25 153 -
CMYK 0.52 0.84 0 0.4
HSL 262.97º 0.72% 0.35% -
HSV(B) 262.97º 0.84% 0.6% -
XYZ 8.92 4.45 30.53 -
YUV 54.24 183.73 142.09 -
System Red Green Blue C M Y K H S L
Decimal 74 25 153 0.52 0.84 0 0.4 262.97 0.72 0.35
Hex 4A 19 99 34 54 0 28 107 48 23
Octal 112 31 231 64 124 0 50 407 110 43
Binary 1001010 11001 10011001 110100 1010100 0 101000 100000111 1001000 100011

Color Harmonies of #4A1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1999

Black with #4A1999

Text Example


Text Example

White with #4A1999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,25,153); }

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

background-color css

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

 a { background-color: rgb(74,25,153); }

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

border-color css

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

 span { border-color: rgb(74,25,153); }

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