Html Css Color HEX #4A0472 Indigo

📋 copy color: '#4A0472'

red 74 ◦ green 4 ◦ blue 114

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

Shades of Indigo #4A0472

Tints of Indigo #4A0472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.08%

 BLUE value IS 114 (44.92% from 255) = 59.38%

R = 38.54%
G = 2.08%
B = 59.38%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A0472 (or 0x4A0472) is known color: Indigo. HEX triplet: 4A, 04 and 72. RGB value is (74,4,114). Sum of RGB (Red+Green+Blue) = 74+4+114=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A0472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0472 is #B5FB8D. Grayscale: #252525. Windows color (decimal): -11926414 or 7472202. OLE color: 7472202.

HSL color Cylindrical-coordinate representation of color #4A0472: hue angle of 278.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A0472 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 74 4 114 -
CMYK 0.35 0.96 0 0.55
HSL 278.18º 0.93% 0.23% -
HSV(B) 278.18º 0.96% 0.45% -
XYZ 5.9 2.76 16.14 -
YUV 37.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 74 4 114 0.35 0.96 0 0.55 278.18 0.93 0.23
Hex 4A 4 72 23 60 0 37 116 5D 17
Octal 112 4 162 43 140 0 67 426 135 27
Binary 1001010 100 1110010 100011 1100000 0 110111 100010110 1011101 10111

Color Harmonies of #4A0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0472

Black with #4A0472

Text Example


Text Example

White with #4A0472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,4,114); }

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

background-color css

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

 a { background-color: rgb(74,4,114); }

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

border-color css

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

 span { border-color: rgb(74,4,114); }

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