Html Css Color HEX #4A0160 Indigo

📋 copy color: '#4A0160'

red 74 ◦ green 1 ◦ blue 96

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

Shades of Indigo #4A0160

Tints of Indigo #4A0160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 56.14%

R = 43.27%
G = 0.58%
B = 56.14%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4A0160 (or 0x4A0160) is known color: Indigo. HEX triplet: 4A, 01 and 60. RGB value is (74,1,96). Sum of RGB (Red+Green+Blue) = 74+1+96=171 (22% of max value = 765). Red value is 74 (29.30% from 255 or 43.27% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 96 (37.89% from 255 or 56.14% from 171); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A0160 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A0160 is #B5FE9F. Grayscale: #212121. Windows color (decimal): -11927200 or 6291786. OLE color: 6291786.

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

Color convert

RGB 74 1 96 -
CMYK 0.23 0.99 0 0.62
HSL 286.11º 0.98% 0.19% -
HSV(B) 286.11º 0.99% 0.38% -
XYZ 4.95 2.32 11.25 -
YUV 33.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 74 1 96 0.23 0.99 0 0.62 286.11 0.98 0.19
Hex 4A 1 60 17 63 0 3E 11E 62 13
Octal 112 1 140 27 143 0 76 436 142 23
Binary 1001010 1 1100000 10111 1100011 0 111110 100011110 1100010 10011

Color Harmonies of #4A0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0160

Black with #4A0160

Text Example


Text Example

White with #4A0160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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