Html Css Color HEX #4A015A Indigo

📋 copy color: '#4A015A'

red 74 ◦ green 1 ◦ blue 90

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

Shades of Indigo #4A015A

Tints of Indigo #4A015A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 54.55%

R = 44.85%
G = 0.61%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4A015A (or 0x4A015A) is known color: Indigo. HEX triplet: 4A, 01 and 5A. RGB value is (74,1,90). Sum of RGB (Red+Green+Blue) = 74+1+90=165 (21% of max value = 765). Red value is 74 (29.30% from 255 or 44.85% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A015A is #B5FEA5. Grayscale: #202020. Windows color (decimal): -11927206 or 5898570. OLE color: 5898570.

HSL color Cylindrical-coordinate representation of color #4A015A: hue angle of 289.21º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A015A is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 74 1 90 -
CMYK 0.18 0.99 0 0.65
HSL 289.21º 0.98% 0.18% -
HSV(B) 289.21º 0.99% 0.35% -
XYZ 4.68 2.22 9.85 -
YUV 32.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 74 1 90 0.18 0.99 0 0.65 289.21 0.98 0.18
Hex 4A 1 5A 12 63 0 41 121 62 12
Octal 112 1 132 22 143 0 101 441 142 22
Binary 1001010 1 1011010 10010 1100011 0 1000001 100100001 1100010 10010

Color Harmonies of #4A015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A015A

Black with #4A015A

Text Example


Text Example

White with #4A015A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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