Html Css Color HEX #4A0696 Indigo

📋 copy color: '#4A0696'

red 74 ◦ green 6 ◦ blue 150

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

Shades of Indigo #4A0696

Tints of Indigo #4A0696

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

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

R = 32.17%
G = 2.61%
B = 65.22%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4A0696 (or 0x4A0696) is known color: Indigo. HEX triplet: 4A, 06 and 96. RGB value is (74,6,150). Sum of RGB (Red+Green+Blue) = 74+6+150=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A0696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0696 is #B5F969. Grayscale: #2A2A2A. Windows color (decimal): -11925866 or 9832010. OLE color: 9832010.

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

Color convert

RGB 74 6 150 -
CMYK 0.51 0.96 0 0.41
HSL 268.33º 0.92% 0.31% -
HSV(B) 268.33º 0.96% 0.59% -
XYZ 8.39 3.79 29.14 -
YUV 42.75 188.53 150.29 -
System Red Green Blue C M Y K H S L
Decimal 74 6 150 0.51 0.96 0 0.41 268.33 0.92 0.31
Hex 4A 6 96 33 60 0 29 10C 5C 1F
Octal 112 6 226 63 140 0 51 414 134 37
Binary 1001010 110 10010110 110011 1100000 0 101001 100001100 1011100 11111

Color Harmonies of #4A0696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0696

Black with #4A0696

Text Example


Text Example

White with #4A0696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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