Html Css Color HEX #4A0978 Indigo

📋 copy color: '#4A0978'

red 74 ◦ green 9 ◦ blue 120

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

Shades of Indigo #4A0978

Tints of Indigo #4A0978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

 BLUE value IS 120 (47.27% from 255) = 59.11%

R = 36.45%
G = 4.43%
B = 59.11%

CMYK

 C value IS 0.38

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A0978 (or 0x4A0978) is known color: Indigo. HEX triplet: 4A, 09 and 78. RGB value is (74,9,120). Sum of RGB (Red+Green+Blue) = 74+9+120=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #4A0978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0978 is #B5F687. Grayscale: #282828. Windows color (decimal): -11925128 or 7866698. OLE color: 7866698.

HSL color Cylindrical-coordinate representation of color #4A0978: hue angle of 275.14º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0978 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 9 120 -
CMYK 0.38 0.92 0 0.53
HSL 275.14º 0.86% 0.25% -
HSV(B) 275.14º 0.93% 0.47% -
XYZ 6.31 3.01 18.02 -
YUV 41.09 172.53 151.47 -
System Red Green Blue C M Y K H S L
Decimal 74 9 120 0.38 0.92 0 0.53 275.14 0.86 0.25
Hex 4A 9 78 26 5C 0 35 113 56 19
Octal 112 11 170 46 134 0 65 423 126 31
Binary 1001010 1001 1111000 100110 1011100 0 110101 100010011 1010110 11001

Color Harmonies of #4A0978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0978

Black with #4A0978

Text Example


Text Example

White with #4A0978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,9,120); }

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

background-color css

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

 a { background-color: rgb(74,9,120); }

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

border-color css

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

 span { border-color: rgb(74,9,120); }

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