Html Css Color HEX #4A129E Indigo

📋 copy color: '#4A129E'

red 74 ◦ green 18 ◦ blue 158

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

Shades of Indigo #4A129E

Tints of Indigo #4A129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 63.2%

R = 29.6%
G = 7.2%
B = 63.2%

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

#4A129E (or 0x4A129E) is known color: Indigo. HEX triplet: 4A, 12 and 9E. RGB value is (74,18,158). Sum of RGB (Red+Green+Blue) = 74+18+158=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A129E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A129E is #B5ED61. Grayscale: #323232. Windows color (decimal): -11922786 or 10359370. OLE color: 10359370.

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

Color convert

RGB 74 18 158 -
CMYK 0.53 0.89 0 0.38
HSL 264º 0.8% 0.35% -
HSV(B) 264º 0.89% 0.62% -
XYZ 9.21 4.36 32.7 -
YUV 50.7 188.55 144.62 -
System Red Green Blue C M Y K H S L
Decimal 74 18 158 0.53 0.89 0 0.38 264 0.8 0.35
Hex 4A 12 9E 35 59 0 26 108 50 23
Octal 112 22 236 65 131 0 46 410 120 43
Binary 1001010 10010 10011110 110101 1011001 0 100110 100001000 1010000 100011

Color Harmonies of #4A129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A129E

Black with #4A129E

Text Example


Text Example

White with #4A129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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