Html Css Color HEX #4A0061 Indigo

📋 copy color: '#4A0061'

red 74 ◦ green 0 ◦ blue 97

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

Shades of Indigo #4A0061

Tints of Indigo #4A0061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 97 (38.28% from 255) = 56.73%

R = 43.27%
G = 0%
B = 56.73%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A0061 (or 0x4A0061) is known color: Indigo. HEX triplet: 4A, 00 and 61. RGB value is (74,0,97). Sum of RGB (Red+Green+Blue) = 74+0+97=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0061 is #B5FF9E. Grayscale: #202020. Windows color (decimal): -11927455 or 6357066. OLE color: 6357066.

HSL color Cylindrical-coordinate representation of color #4A0061: hue angle of 285.77º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4A0061 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 74 0 97 -
CMYK 0.24 1 0 0.62
HSL 285.77º 1% 0.19% -
HSV(B) 285.77º 1% 0.38% -
XYZ 4.98 2.32 11.49 -
YUV 33.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 74 0 97 0.24 1 0 0.62 285.77 1 0.19
Hex 4A 0 61 18 64 0 3E 11E 64 13
Octal 112 0 141 30 144 0 76 436 144 23
Binary 1001010 0 1100001 11000 1100100 0 111110 100011110 1100100 10011

Color Harmonies of #4A0061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0061

Black with #4A0061

Text Example


Text Example

White with #4A0061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,0,97); }

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

background-color css

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

 a { background-color: rgb(74,0,97); }

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

border-color css

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

 span { border-color: rgb(74,0,97); }

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