Html Css Color HEX #4A0299 Indigo

📋 copy color: '#4A0299'

red 74 ◦ green 2 ◦ blue 153

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

Shades of Indigo #4A0299

Tints of Indigo #4A0299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 32.31%
G = 0.87%
B = 66.81%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4A0299 (or 0x4A0299) is known color: Indigo. HEX triplet: 4A, 02 and 99. RGB value is (74,2,153). Sum of RGB (Red+Green+Blue) = 74+2+153=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 153 (60.16% from 255 or 66.81% from 229); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A0299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0299 is #B5FD66. Grayscale: #282828. Windows color (decimal): -11926887 or 10027594. OLE color: 10027594.

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

Color convert

RGB 74 2 153 -
CMYK 0.52 0.99 0 0.4
HSL 268.61º 0.97% 0.3% -
HSV(B) 268.61º 0.99% 0.6% -
XYZ 8.6 3.8 30.42 -
YUV 40.74 191.35 151.72 -
System Red Green Blue C M Y K H S L
Decimal 74 2 153 0.52 0.99 0 0.4 268.61 0.97 0.3
Hex 4A 2 99 34 63 0 28 10D 61 1E
Octal 112 2 231 64 143 0 50 415 141 36
Binary 1001010 10 10011001 110100 1100011 0 101000 100001101 1100001 11110

Color Harmonies of #4A0299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0299

Black with #4A0299

Text Example


Text Example

White with #4A0299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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