Html Css Color HEX #4A0996 Indigo

📋 copy color: '#4A0996'

red 74 ◦ green 9 ◦ blue 150

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

Shades of Indigo #4A0996

Tints of Indigo #4A0996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 64.38%

R = 31.76%
G = 3.86%
B = 64.38%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4A0996 (or 0x4A0996) is known color: Indigo. HEX triplet: 4A, 09 and 96. RGB value is (74,9,150). Sum of RGB (Red+Green+Blue) = 74+9+150=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A0996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0996 is #B5F669. Grayscale: #2C2C2C. Windows color (decimal): -11925098 or 9832778. OLE color: 9832778.

HSL color Cylindrical-coordinate representation of color #4A0996: hue angle of 267.66º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4A0996 is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 9 150 -
CMYK 0.51 0.94 0 0.41
HSL 267.66º 0.89% 0.31% -
HSV(B) 267.66º 0.94% 0.59% -
XYZ 8.43 3.85 29.15 -
YUV 44.51 187.53 149.04 -
System Red Green Blue C M Y K H S L
Decimal 74 9 150 0.51 0.94 0 0.41 267.66 0.89 0.31
Hex 4A 9 96 33 5E 0 29 10C 59 1F
Octal 112 11 226 63 136 0 51 414 131 37
Binary 1001010 1001 10010110 110011 1011110 0 101001 100001100 1011001 11111

Color Harmonies of #4A0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0996

Black with #4A0996

Text Example


Text Example

White with #4A0996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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