Html Css Color HEX #3A049E Indigo

📋 copy color: '#3A049E'

red 58 ◦ green 4 ◦ blue 158

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

Shades of Indigo #3A049E

Tints of Indigo #3A049E

RGB

 RED value IS 58 (23.05% from 255) = 26.36%

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 26.36%
G = 1.82%
B = 71.82%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A049E (or 0x3A049E) is known color: Indigo. HEX triplet: 3A, 04 and 9E. RGB value is (58,4,158). Sum of RGB (Red+Green+Blue) = 58+4+158=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A049E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A049E is #C5FB61. Grayscale: #252525. Windows color (decimal): -12974946 or 10355770. OLE color: 10355770.

HSL color Cylindrical-coordinate representation of color #3A049E: hue angle of 261.04º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A049E is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 4 158 -
CMYK 0.63 0.97 0 0.38
HSL 261.04º 0.95% 0.32% -
HSV(B) 261.04º 0.97% 0.62% -
XYZ 7.96 3.45 32.6 -
YUV 37.7 195.89 142.48 -
System Red Green Blue C M Y K H S L
Decimal 58 4 158 0.63 0.97 0 0.38 261.04 0.95 0.32
Hex 3A 4 9E 3F 61 0 26 105 5F 20
Octal 72 4 236 77 141 0 46 405 137 40
Binary 111010 100 10011110 111111 1100001 0 100110 100000101 1011111 100000

Color Harmonies of #3A049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A049E

Black with #3A049E

Text Example


Text Example

White with #3A049E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A049E; }

 p { color: rgb(58,4,158); }

 H1.HeaderClassName
 {
   color: #3A049E;
 }
 .AnyTagClassName
 {
   color: #3A049E;
 }
</style>

background-color css

<style>
 a { background-color: #3A049E; }

 a { background-color: rgb(58,4,158); }

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

border-color css

<style>
 span { border-color: #3A049E; }

 span { border-color: rgb(58,4,158); }

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