Html Css Color HEX #4A1090 Indigo

📋 copy color: '#4A1090'

red 74 ◦ green 16 ◦ blue 144

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

Shades of Indigo #4A1090

Tints of Indigo #4A1090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.84%

 BLUE value IS 144 (56.64% from 255) = 61.54%

R = 31.62%
G = 6.84%
B = 61.54%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A1090 (or 0x4A1090) is known color: Indigo. HEX triplet: 4A, 10 and 90. RGB value is (74,16,144). Sum of RGB (Red+Green+Blue) = 74+16+144=234 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.62% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A1090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1090 is #B5EF6F. Grayscale: #2F2F2F. Windows color (decimal): -11923312 or 9441354. OLE color: 9441354.

HSL color Cylindrical-coordinate representation of color #4A1090: hue angle of 267.19º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A1090 is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 74 16 144 -
CMYK 0.49 0.89 0 0.44
HSL 267.19º 0.8% 0.31% -
HSV(B) 267.19º 0.89% 0.56% -
XYZ 8.04 3.84 26.7 -
YUV 47.93 182.22 146.59 -
System Red Green Blue C M Y K H S L
Decimal 74 16 144 0.49 0.89 0 0.44 267.19 0.8 0.31
Hex 4A 10 90 31 59 0 2C 10B 50 1F
Octal 112 20 220 61 131 0 54 413 120 37
Binary 1001010 10000 10010000 110001 1011001 0 101100 100001011 1010000 11111

Color Harmonies of #4A1090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1090

Black with #4A1090

Text Example


Text Example

White with #4A1090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,16,144); }

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

background-color css

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

 a { background-color: rgb(74,16,144); }

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

border-color css

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

 span { border-color: rgb(74,16,144); }

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