Html Css Color HEX #4A129D Indigo

📋 copy color: '#4A129D'

red 74 ◦ green 18 ◦ blue 157

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

Shades of Indigo #4A129D

Tints of Indigo #4A129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.23%

 BLUE value IS 157 (61.72% from 255) = 63.05%

R = 29.72%
G = 7.23%
B = 63.05%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4A129D (or 0x4A129D) is known color: Indigo. HEX triplet: 4A, 12 and 9D. RGB value is (74,18,157). Sum of RGB (Red+Green+Blue) = 74+18+157=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 157 (61.72% from 255 or 63.05% from 249); Max value from RGB is 157 - color contains mainly: blue. Hex color #4A129D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A129D is #B5ED62. Grayscale: #323232. Windows color (decimal): -11922787 or 10293834. OLE color: 10293834.

HSL color Cylindrical-coordinate representation of color #4A129D: hue angle of 264.17º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A129D is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 74 18 157 -
CMYK 0.53 0.89 0 0.38
HSL 264.17º 0.79% 0.34% -
HSV(B) 264.17º 0.89% 0.62% -
XYZ 9.13 4.32 32.25 -
YUV 50.59 188.05 144.7 -
System Red Green Blue C M Y K H S L
Decimal 74 18 157 0.53 0.89 0 0.38 264.17 0.79 0.34
Hex 4A 12 9D 35 59 0 26 108 4F 22
Octal 112 22 235 65 131 0 46 410 117 42
Binary 1001010 10010 10011101 110101 1011001 0 100110 100001000 1001111 100010

Color Harmonies of #4A129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A129D

Black with #4A129D

Text Example


Text Example

White with #4A129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,18,157); }

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

background-color css

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

 a { background-color: rgb(74,18,157); }

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

border-color css

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

 span { border-color: rgb(74,18,157); }

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