Html Css Color HEX #4A0493 Indigo

📋 copy color: '#4A0493'

red 74 ◦ green 4 ◦ blue 147

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

Shades of Indigo #4A0493

Tints of Indigo #4A0493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 65.33%

R = 32.89%
G = 1.78%
B = 65.33%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A0493 (or 0x4A0493) is known color: Indigo. HEX triplet: 4A, 04 and 93. RGB value is (74,4,147). Sum of RGB (Red+Green+Blue) = 74+4+147=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #4A0493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0493 is #B5FB6C. Grayscale: #282828. Windows color (decimal): -11926381 or 9634890. OLE color: 9634890.

HSL color Cylindrical-coordinate representation of color #4A0493: hue angle of 269.37º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A0493 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 4 147 -
CMYK 0.50 0.97 0 0.42
HSL 269.37º 0.95% 0.3% -
HSV(B) 269.37º 0.97% 0.58% -
XYZ 8.13 3.65 27.88 -
YUV 41.23 187.69 151.37 -
System Red Green Blue C M Y K H S L
Decimal 74 4 147 0.50 0.97 0 0.42 269.37 0.95 0.3
Hex 4A 4 93 32 61 0 2A 10D 5F 1E
Octal 112 4 223 62 141 0 52 415 137 36
Binary 1001010 100 10010011 110010 1100001 0 101010 100001101 1011111 11110

Color Harmonies of #4A0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0493

Black with #4A0493

Text Example


Text Example

White with #4A0493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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