Html Css Color HEX #4A0180 Indigo

📋 copy color: '#4A0180'

red 74 ◦ green 1 ◦ blue 128

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

Shades of Indigo #4A0180

Tints of Indigo #4A0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

 BLUE value IS 128 (50.39% from 255) = 63.05%

R = 36.45%
G = 0.49%
B = 63.05%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4A0180 (or 0x4A0180) is known color: Indigo. HEX triplet: 4A, 01 and 80. RGB value is (74,1,128). Sum of RGB (Red+Green+Blue) = 74+1+128=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #4A0180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0180 is #B5FE7F. Grayscale: #242424. Windows color (decimal): -11927168 or 8388938. OLE color: 8388938.

HSL color Cylindrical-coordinate representation of color #4A0180: hue angle of 274.49º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A0180 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 1 128 -
CMYK 0.42 0.99 0 0.50
HSL 274.49º 0.98% 0.25% -
HSV(B) 274.49º 0.99% 0.5% -
XYZ 6.73 3.04 20.65 -
YUV 37.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 74 1 128 0.42 0.99 0 0.50 274.49 0.98 0.25
Hex 4A 1 80 2A 63 0 32 112 62 19
Octal 112 1 200 52 143 0 62 422 142 31
Binary 1001010 1 10000000 101010 1100011 0 110010 100010010 1100010 11001

Color Harmonies of #4A0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0180

Black with #4A0180

Text Example


Text Example

White with #4A0180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,1,128); }

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

background-color css

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

 a { background-color: rgb(74,1,128); }

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

border-color css

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

 span { border-color: rgb(74,1,128); }

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