Html Css Color HEX #4A0492 Indigo

📋 copy color: '#4A0492'

red 74 ◦ green 4 ◦ blue 146

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

Shades of Indigo #4A0492

Tints of Indigo #4A0492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 65.18%

R = 33.04%
G = 1.79%
B = 65.18%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A0492 (or 0x4A0492) is known color: Indigo. HEX triplet: 4A, 04 and 92. RGB value is (74,4,146). Sum of RGB (Red+Green+Blue) = 74+4+146=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A0492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0492 is #B5FB6D. Grayscale: #282828. Windows color (decimal): -11926382 or 9569354. OLE color: 9569354.

HSL color Cylindrical-coordinate representation of color #4A0492: hue angle of 269.58º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A0492 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 4 146 -
CMYK 0.49 0.97 0 0.43
HSL 269.58º 0.95% 0.29% -
HSV(B) 269.58º 0.97% 0.57% -
XYZ 8.06 3.62 27.47 -
YUV 41.12 187.19 151.45 -
System Red Green Blue C M Y K H S L
Decimal 74 4 146 0.49 0.97 0 0.43 269.58 0.95 0.29
Hex 4A 4 92 31 61 0 2B 10E 5F 1D
Octal 112 4 222 61 141 0 53 416 137 35
Binary 1001010 100 10010010 110001 1100001 0 101011 100001110 1011111 11101

Color Harmonies of #4A0492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0492

Black with #4A0492

Text Example


Text Example

White with #4A0492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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