Html Css Color HEX #4A1072 Indigo

📋 copy color: '#4A1072'

red 74 ◦ green 16 ◦ blue 114

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

Shades of Indigo #4A1072

Tints of Indigo #4A1072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.84%

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

R = 36.27%
G = 7.84%
B = 55.88%

CMYK

 C value IS 0.35

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4A1072 (or 0x4A1072) is known color: Indigo. HEX triplet: 4A, 10 and 72. RGB value is (74,16,114). Sum of RGB (Red+Green+Blue) = 74+16+114=204 (27% of max value = 765). Red value is 74 (29.30% from 255 or 36.27% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 114 (44.92% from 255 or 55.88% from 204); Max value from RGB is 114 - color contains mainly: blue. Hex color #4A1072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1072 is #B5EF8D. Grayscale: #2C2C2C. Windows color (decimal): -11923342 or 7475274. OLE color: 7475274.

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

Color convert

RGB 74 16 114 -
CMYK 0.35 0.86 0 0.55
HSL 275.51º 0.75% 0.25% -
HSV(B) 275.51º 0.86% 0.45% -
XYZ 6.05 3.04 16.19 -
YUV 44.51 167.22 149.03 -
System Red Green Blue C M Y K H S L
Decimal 74 16 114 0.35 0.86 0 0.55 275.51 0.75 0.25
Hex 4A 10 72 23 56 0 37 114 4B 19
Octal 112 20 162 43 126 0 67 424 113 31
Binary 1001010 10000 1110010 100011 1010110 0 110111 100010100 1001011 11001

Color Harmonies of #4A1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1072

Black with #4A1072

Text Example


Text Example

White with #4A1072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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